🎨 style(layout): 为侧边栏添加右侧分割线

左侧栏与右侧内容区之间缺少视觉分隔,添加 1px 半透明灰色边框,
明暗主题下均适用。
This commit is contained in:
ushaio
2026-02-06 22:12:46 +08:00
parent 4b381c82b5
commit f8535dd272

View File

@@ -669,7 +669,7 @@ function App() {
<Sider
width={sidebarWidth}
style={{
borderRight: 'none',
borderRight: '1px solid rgba(128,128,128,0.2)',
position: 'relative',
background: bgMain
}}