Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8bb665d4
authored
2023-02-17 15:53:11 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:滚动条样式
1 parent
d8d01b45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
src/styles/element-ui.scss
src/styles/element-ui.scss
View file @
8bb665d
...
...
@@ -108,16 +108,20 @@
height
:
7px
;
}
::-webkit-scrollbar-corner
{
display
:
none
;
}
::-webkit-scrollbar-track
{
width
:
7px
;
background-color
:
#29409D
;
background-color
:
rgba
(
0
,
0
,
0
,
0
)
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
::-webkit-scrollbar-thumb
{
background
-color
:
#355194
;
background
:
#458ACF
;
background-clip
:
padding-box
;
min-height
:
28px
;
-webkit-border-radius
:
6px
;
...
...
@@ -126,7 +130,7 @@
}
::-webkit-scrollbar-thumb:hover
{
background
-color
:
rgb
(
162
,
164
,
167
)
;
background
:
#458ACF
;
}
// element 样式补丁
...
...
Please
register
or
sign in
to post a comment