Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
6c618a89
Commit
6c618a89
authored
Apr 22, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全局滚动条样式
parent
0e5e4490
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
App.vue
src/App.vue
+15
-0
common.css
src/assets/css/common.css
+0
-15
No files found.
src/App.vue
View file @
6c618a89
...
...
@@ -25,4 +25,19 @@ body {
#app
{
height
:
100%
;
}
/*滚动条样式*/
::-webkit-scrollbar
{
/*滚动条整体样式*/
height
:
5px
;
width
:
4px
;
border-radius
:
5px
;
}
::-webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
border-radius
:
5px
!important
;
background
:
#b5b5b5
!important
;
}
::-webkit-scrollbar-track
{
/*滚动条里面轨道*/
-webkit-box-shadow
:
inset
0
0
0
rgba
(
0
,
0
,
0
,
0.2
)
!important
;
border-radius
:
20px
!important
;
background
:
transparent
!important
;
}
</
style
>
src/assets/css/common.css
View file @
6c618a89
...
...
@@ -34,18 +34,3 @@
.w100
{
width
:
100px
;
}
/*滚动条样式*/
::-webkit-scrollbar
{
/*滚动条整体样式*/
height
:
5px
;
width
:
4px
;
border-radius
:
5px
;
}
::-webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
border-radius
:
5px
!important
;
background
:
#b5b5b5
!important
;
}
::-webkit-scrollbar-track
{
/*滚动条里面轨道*/
-webkit-box-shadow
:
inset
0
0
0
rgba
(
0
,
0
,
0
,
0.2
)
!important
;
border-radius
:
20px
!important
;
background
:
transparent
!important
;
}
\ No newline at end of file
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