mirror of
https://github.com/PlayEdu/backend
synced 2025-11-19 00:47:44 +08:00
左侧菜单样式优化
This commit is contained in:
@@ -85,6 +85,7 @@ export const LeftMenu: React.FC = () => {
|
||||
style={{
|
||||
width: 200,
|
||||
background: "#ffffff",
|
||||
|
||||
}}
|
||||
openKeys={openKeys}
|
||||
onOpenChange={onOpenChange}
|
||||
|
||||
@@ -156,7 +156,10 @@ textarea.ant-input {
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
|
||||
font-weight: 600 !important;
|
||||
.ant-menu-title-content {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ant-menu-item-only-child > .ant-menu-title-content {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user