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