完成视频复刻和优化

This commit is contained in:
Azmat@qq.com
2026-08-27 11:54:47 +08:00
parent c25060c6c6
commit 51620bf25b
46 changed files with 2575 additions and 663 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
.admin-app .sidebar .nav-panel {
display: flex;
flex-direction: column;
height: calc(100vh - 116px);
height: calc(100vh - var(--topbar-height));
min-height: 0;
padding: 10px 0 0;
overflow: hidden;
@@ -161,8 +161,8 @@
.admin-logout:hover { color: var(--st-text); background: var(--st-hover); }
.admin-app .topbar {
height: 116px;
min-height: 116px;
height: var(--topbar-height);
min-height: var(--topbar-height);
padding: 0 28px;
background: #fff;
border-bottom: 1px solid rgba(27, 32, 40, 0.08);