mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 23:34:07 +08:00
左侧菜单样式优化
This commit is contained in:
parent
4a871f1abe
commit
67fa3093ab
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user