style: 导航栏高度从 72px 降到 56px
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user