mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-09 06:23:29 +08:00
Merge pull request #85 from ushaio/fix/sidebar-border
🎨 style(layout): 为侧边栏添加右侧分割线
This commit is contained in:
@@ -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
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user