fix: 信息展示效率低 #632

This commit is contained in:
Tim
2025-08-19 21:58:02 +08:00
parent fb89c9fb25
commit 38a49f7414
2 changed files with 4 additions and 3 deletions

View File

@@ -90,7 +90,8 @@ body {
} }
.vditor-toolbar--pin { .vditor-toolbar--pin {
top: var(--header-height) !important; top: calc(var(--header-height) + 1px) !important;
z-index: 2000;
} }
.vditor-panel { .vditor-panel {

View File

@@ -51,7 +51,7 @@ import { computed, onMounted, ref, watch } from 'vue'
import { toast } from '~/main' import { toast } from '~/main'
import { authState, getToken } from '~/utils/auth' import { authState, getToken } from '~/utils/auth'
import { reactionEmojiMap } from '~/utils/reactions' import { reactionEmojiMap } from '~/utils/reactions'
import { useReactionTypes } from '~/composables/useReactionTypes' import { useReactionTypes } from '~/composables/useReactionTypes'
const { reactionTypes, initialize } = useReactionTypes() const { reactionTypes, initialize } = useReactionTypes()
@@ -237,7 +237,7 @@ onMounted(async () => {
.make-reaction-item { .make-reaction-item {
cursor: pointer; cursor: pointer;
padding: 10px; padding: 4px;
opacity: 0.5; opacity: 0.5;
border-radius: 8px; border-radius: 8px;
font-size: 20px; font-size: 20px;