Merge pull request #85 from ushaio/fix/sidebar-border

🎨 style(layout): 为侧边栏添加右侧分割线
This commit is contained in:
Syngnat
2026-02-07 19:56:02 +08:00
committed by GitHub

View File

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