style: 调整 sidebar 边框 — sider 添加右边框,移除菜单冗余右边框
This commit is contained in:
@@ -82,15 +82,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-layout-sider {
|
.ant-layout-sider {
|
||||||
border-right: none;
|
border-right: 1px solid var(--ant-color-border-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-layout-sider-trigger {
|
.ant-layout-sider-trigger {
|
||||||
border-right: 1px solid var(--ant-color-border-secondary);
|
border-right: 1px solid var(--ant-color-border-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu {
|
.ant-layout-sider .ant-menu.ant-menu-root {
|
||||||
height: 100%;
|
border-inline-end: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar-list {
|
.app-sidebar-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user