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 {
top: var(--header-height) !important;
top: calc(var(--header-height) + 1px) !important;
z-index: 2000;
}
.vditor-panel {