完成视频复刻和优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user