Commit fc361c1c by Apple\Apple

🎨style: Modify the transition shadow effect of the SiderBar

parent 79486fab
...@@ -110,7 +110,6 @@ const PageLayout = () => { ...@@ -110,7 +110,6 @@ const PageLayout = () => {
top: '56px', top: '56px',
zIndex: 99, zIndex: 99,
background: 'var(--semi-color-bg-1)', background: 'var(--semi-color-bg-1)',
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)',
border: 'none', border: 'none',
paddingRight: '0', paddingRight: '0',
height: 'calc(100vh - 56px)', height: 'calc(100vh - 56px)',
......
...@@ -356,7 +356,6 @@ const SiderBar = () => { ...@@ -356,7 +356,6 @@ const SiderBar = () => {
className='custom-sidebar-nav' className='custom-sidebar-nav'
style={{ style={{
width: isCollapsed ? '60px' : '200px', width: isCollapsed ? '60px' : '200px',
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)',
borderRight: '1px solid var(--semi-color-border)', borderRight: '1px solid var(--semi-color-border)',
background: 'var(--semi-color-bg-1)', background: 'var(--semi-color-bg-1)',
borderRadius: styleState.isMobile ? '0' : '0 8px 8px 0', borderRadius: styleState.isMobile ? '0' : '0 8px 8px 0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment