Commit 4fe5ccc4 authored by 刘安琪's avatar 刘安琪

统一修改scrollbar

parent 2df56144
...@@ -44,16 +44,16 @@ ...@@ -44,16 +44,16 @@
@include e(bar) { @include e(bar) {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
transition: opacity 120ms ease-out; transition: opacity 120ms ease-out;
@include when(vertical) { @include when(vertical) {
width: 6px; width: 4px;
top: 2px; top: 4px;
> div { > div {
width: 100%; width: 100%;
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
} }
@include when(horizontal) { @include when(horizontal) {
height: 6px; height: 4px;
left: 2px; left: 8px;
> div { > div {
height: 100%; height: 100%;
......
...@@ -1110,21 +1110,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1110,21 +1110,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -1749,21 +1749,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1749,21 +1749,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -3378,21 +3378,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -3378,21 +3378,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -3482,21 +3482,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -3482,21 +3482,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -4334,21 +4334,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -4334,21 +4334,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -6449,21 +6449,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -6449,21 +6449,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -15697,21 +15697,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -15697,21 +15697,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -23687,21 +23687,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -23687,21 +23687,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -25647,21 +25647,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -25647,21 +25647,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -28284,21 +28284,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -28284,21 +28284,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -44147,21 +44147,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -44147,21 +44147,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -48415,21 +48415,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -48415,21 +48415,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -57980,21 +57980,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -57980,21 +57980,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -3074,21 +3074,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -3074,21 +3074,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -291,20 +291,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -291,20 +291,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
...@@ -2810,21 +2810,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -2810,21 +2810,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -2258,21 +2258,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -2258,21 +2258,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
...@@ -1607,21 +1607,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -1607,21 +1607,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
background-color: rgba(153, 153, 153, 0.5); } background-color: rgba(153, 153, 153, 0.5); }
.el-scrollbar__bar { .el-scrollbar__bar {
position: absolute; position: absolute;
right: 2px; right: 4px;
bottom: 2px; bottom: 4px;
z-index: 1; z-index: 1;
border-radius: 4px; border-radius: 4px;
opacity: 0; opacity: 0;
-webkit-transition: opacity 120ms ease-out; -webkit-transition: opacity 120ms ease-out;
transition: opacity 120ms ease-out; } transition: opacity 120ms ease-out; }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
width: 6px; width: 4px;
top: 2px; } top: 4px; }
.el-scrollbar__bar.is-vertical > div { .el-scrollbar__bar.is-vertical > div {
width: 100%; } width: 100%; }
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 6px; height: 4px;
left: 2px; } left: 8px; }
.el-scrollbar__bar.is-horizontal > div { .el-scrollbar__bar.is-horizontal > div {
height: 100%; } height: 100%; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment