🎨style: Modify the transition shadow effect of the SiderBar

This commit is contained in:
Apple\Apple
2025-05-18 22:06:40 +08:00
parent 1242f35177
commit 7739219ca6
2 changed files with 0 additions and 2 deletions

View File

@@ -110,7 +110,6 @@ const PageLayout = () => {
top: '56px',
zIndex: 99,
background: 'var(--semi-color-bg-1)',
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)',
border: 'none',
paddingRight: '0',
height: 'calc(100vh - 56px)',

View File

@@ -356,7 +356,6 @@ const SiderBar = () => {
className='custom-sidebar-nav'
style={{
width: isCollapsed ? '60px' : '200px',
boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)',
borderRight: '1px solid var(--semi-color-border)',
background: 'var(--semi-color-bg-1)',
borderRadius: styleState.isMobile ? '0' : '0 8px 8px 0',