左侧菜单优化

This commit is contained in:
禺狨
2023-03-09 16:57:47 +08:00
parent 3a6fd54b2b
commit cafc416a77
3 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
.app-header {
background-color: white !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
/* Firefox */
-webkit-box-sizing: border-box;
/* Safari */
padding: 0px 24px;
}
.main-header {
@@ -22,4 +28,3 @@
display: flex;
align-items: center;
}