From e2eba6dc1f51cfa28fbc44f2d02acf8ff89a704f Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 5 Jun 2026 18:27:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=20sidebar=20?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=20=E2=80=94=20sider=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E6=A1=86=EF=BC=8C=E7=A7=BB=E9=99=A4=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=86=97=E4=BD=99=E5=8F=B3=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/styles.css b/src/web/styles.css index 6ed9c9c..f826b87 100644 --- a/src/web/styles.css +++ b/src/web/styles.css @@ -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 {