style: flatten menu items
This commit is contained in:
+10
-1
@@ -252,7 +252,8 @@ body {
|
||||
}
|
||||
|
||||
.ant-pro-sider .ant-layout-sider-children {
|
||||
background-color: var(--color-fill-sider);
|
||||
// background-color: var(--color-fill-sider);
|
||||
border-right: 1px solid var(--ant-color-split);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -292,6 +293,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.ant-pro-sider-actions-list-collapsed {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.ant-pro-page-container-children-container {
|
||||
padding-block: var(--layout-content-blockpadding);
|
||||
padding-inline: var(--layout-content-inlinepadding);
|
||||
@@ -334,6 +339,10 @@ body {
|
||||
// color: var(--ant-color-primary) !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ant-menu-item-group-title.hide-submenu + .ant-menu-item-group-list {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user