左侧菜单优化

This commit is contained in:
禺狨
2023-03-09 16:52:35 +08:00
parent d9dc0a9684
commit 3a6fd54b2b
3 changed files with 14 additions and 7 deletions

View File

@@ -13,10 +13,13 @@
width: 100%;
height: 48px;
}
.right-main {
flex: 1;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
/* Firefox */
-webkit-box-sizing: border-box;
/* Safari */
padding: 24px;
overflow-y: auto;
background-color: #f1f2f9;