Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
于广洋
style_tool
Commits
4fe5ccc4
Commit
4fe5ccc4
authored
Apr 13, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一修改scrollbar
parent
2df56144
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
114 additions
and
114 deletions
+114
-114
scrollbar.scss
node_module/element-theme-chalk/src/scrollbar.scss
+6
-6
autocomplete.css
theme/autocomplete.css
+6
-6
cascader-panel.css
theme/cascader-panel.css
+6
-6
cascader.css
theme/cascader.css
+6
-6
date-picker.css
theme/date-picker.css
+6
-6
index.css
theme/index.css
+54
-54
pagination.css
theme/pagination.css
+6
-6
scrollbar.css
theme/scrollbar.css
+6
-6
select.css
theme/select.css
+6
-6
time-picker.css
theme/time-picker.css
+6
-6
time-select.css
theme/time-select.css
+6
-6
No files found.
node_module/element-theme-chalk/src/scrollbar.scss
View file @
4fe5ccc4
...
...
@@ -44,16 +44,16 @@
@include
e
(
bar
)
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
transition
:
opacity
120ms
ease-out
;
@include
when
(
vertical
)
{
width
:
6
px
;
top
:
2
px
;
width
:
4
px
;
top
:
4
px
;
>
div
{
width
:
100%
;
...
...
@@ -61,8 +61,8 @@
}
@include
when
(
horizontal
)
{
height
:
6
px
;
left
:
2
px
;
height
:
4
px
;
left
:
8
px
;
>
div
{
height
:
100%
;
...
...
theme/autocomplete.css
View file @
4fe5ccc4
...
...
@@ -1110,21 +1110,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/cascader-panel.css
View file @
4fe5ccc4
...
...
@@ -1749,21 +1749,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/cascader.css
View file @
4fe5ccc4
...
...
@@ -3378,21 +3378,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/date-picker.css
View file @
4fe5ccc4
...
...
@@ -3482,21 +3482,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/index.css
View file @
4fe5ccc4
...
...
@@ -4334,21 +4334,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -6449,21 +6449,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -15697,21 +15697,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -23687,21 +23687,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -25647,21 +25647,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -28284,21 +28284,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -44147,21 +44147,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -48415,21 +48415,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
...
...
@@ -57980,21 +57980,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar {
position: absolute;
right:
2
px;
bottom:
2
px;
right:
4
px;
bottom:
4
px;
z-index: 1;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical {
width:
6
px;
top:
2
px; }
width:
4
px;
top:
4
px; }
.el-scrollbar__bar.is-vertical > div {
width: 100%; }
.el-scrollbar__bar.is-horizontal {
height:
6
px;
left:
2
px; }
height:
4
px;
left:
8
px; }
.el-scrollbar__bar.is-horizontal > div {
height: 100%; }
theme/pagination.css
View file @
4fe5ccc4
...
...
@@ -3074,21 +3074,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/scrollbar.css
View file @
4fe5ccc4
...
...
@@ -291,20 +291,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
theme/select.css
View file @
4fe5ccc4
...
...
@@ -2810,21 +2810,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/time-picker.css
View file @
4fe5ccc4
...
...
@@ -2258,21 +2258,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
theme/time-select.css
View file @
4fe5ccc4
...
...
@@ -1607,21 +1607,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color
:
rgba
(
153
,
153
,
153
,
0.5
);
}
.el-scrollbar__bar
{
position
:
absolute
;
right
:
2
px
;
bottom
:
2
px
;
right
:
4
px
;
bottom
:
4
px
;
z-index
:
1
;
border-radius
:
4px
;
opacity
:
0
;
-webkit-transition
:
opacity
120ms
ease-out
;
transition
:
opacity
120ms
ease-out
;
}
.el-scrollbar__bar.is-vertical
{
width
:
6
px
;
top
:
2
px
;
}
width
:
4
px
;
top
:
4
px
;
}
.el-scrollbar__bar.is-vertical
>
div
{
width
:
100%
;
}
.el-scrollbar__bar.is-horizontal
{
height
:
6
px
;
left
:
2
px
;
}
height
:
4
px
;
left
:
8
px
;
}
.el-scrollbar__bar.is-horizontal
>
div
{
height
:
100%
;
}
...
...
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