style: 调整 sidebar 边框 — sider 添加右边框,移除菜单冗余右边框

This commit is contained in:
2026-06-05 18:27:20 +08:00
parent 72a71818e7
commit e2eba6dc1f

View File

@@ -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 {