Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
85a80600
Commit
85a80600
authored
Apr 22, 2022
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整滚动条样式问题
parent
08d8a3a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
global.less
src/global/styles/global.less
+2
-2
MenuSlider.less
src/layouts/styles/MenuSlider.less
+16
-0
No files found.
src/global/styles/global.less
View file @
85a80600
...
@@ -48,7 +48,7 @@ a {
...
@@ -48,7 +48,7 @@ a {
::-webkit-scrollbar {
::-webkit-scrollbar {
height: 8px;
height: 8px;
width: 6px;
width: 6px;
background:
transparent
;
background:
#f0f2f5
;
border-radius: 5px;
border-radius: 5px;
}
}
...
@@ -59,7 +59,7 @@ a {
...
@@ -59,7 +59,7 @@ a {
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
width: 8px;
width: 8px;
min-height: 15px;
min-height: 15px;
background:
transparent
;
background:
rgba(0,0,0,.2)
;
border-radius: 5px;
border-radius: 5px;
}
}
...
...
src/layouts/styles/MenuSlider.less
View file @
85a80600
...
@@ -243,7 +243,23 @@
...
@@ -243,7 +243,23 @@
text-align: center;
text-align: center;
overflow-y: scroll;
overflow-y: scroll;
list-style: none;
list-style: none;
&::-webkit-scrollbar {
height: 8px;
width: 6px;
background: transparent;
border-radius: 5px;
}
&::-webkit-scrollbar-button {
display: none;
}
&::-webkit-scrollbar-thumb {
width: 8px;
min-height: 15px;
background: transparent;
border-radius: 5px;
}
li {
li {
padding: 8px 0;
padding: 8px 0;
position: relative;
position: relative;
...
...
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