Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fc361c1c
authored
May 18, 2025
by
Apple\Apple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
style: Modify the transition shadow effect of the SiderBar
parent
79486fab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
web/src/components/PageLayout.js
+0
-1
web/src/components/SiderBar.js
+0
-1
No files found.
web/src/components/PageLayout.js
View file @
fc361c1c
...
...
@@ -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)'
,
...
...
web/src/components/SiderBar.js
View file @
fc361c1c
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment