左侧菜单样式优化

This commit is contained in:
禺狨 2023-03-09 17:21:46 +08:00
parent cb1aa1e2d3
commit f9410e0494

View File

@ -155,6 +155,14 @@ code {
background-color: #ffffff !important;
}
.ant-menu-item {
height: 48px !important;
}
.ant-menu-submenu-title {
height: 48px !important;
}
.ant-menu-submenu-active > .ant-menu-submenu-title {
background-color: rgba(#ff4d4f, 0.1) !important;
}