左侧菜单固定

This commit is contained in:
禺狨
2023-03-22 14:18:22 +08:00
parent 008e297b74
commit 9f4265ebe0
4 changed files with 37 additions and 20 deletions

View File

@@ -313,6 +313,10 @@ code {
background-color: #ffffff !important;
}
.ant-menu {
border-inline-end: none !important;
}
.ant-menu-item {
width: calc(100% - 32px) !important;
margin-left: 16px !important;