style: 导航栏高度从 72px 降到 56px
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-18 20:17:16 +08:00
parent eb29d7e383
commit cf699307b8

View File

@@ -1,6 +1,6 @@
/* 固定导航栏占位 */
body {
padding-top: 72px;
padding-top: 56px;
}
.section-content {
@@ -96,7 +96,7 @@ body {
align-items: center;
justify-content: space-between;
padding: 0 20px;
height: 72px;
height: 56px;
}
.nav-header .nav-left {