Commit 852c62a9 authored by danfuman's avatar danfuman

修改

parent 660b04e5
...@@ -360,7 +360,7 @@ li { ...@@ -360,7 +360,7 @@ li {
} }
.is-scrolling-left + .el-table__fixed, .is-scrolling-left + .el-table__fixed,
.is-scrolling-middle + .el-table__fixed, .is-scrolling-middle + .el-table__fixed,
.is-scrolling-right + .el-table__fixed,.el-table__fixed-right { .is-scrolling-right + .el-table__fixed {
box-shadow: 2px 0 8px -7px #202020; box-shadow: 2px 0 8px -7px #202020;
height: auto !important; height: auto !important;
bottom: 16px !important; bottom: 16px !important;
...@@ -374,14 +374,14 @@ li { ...@@ -374,14 +374,14 @@ li {
.el-table__body-wrapper { .el-table__body-wrapper {
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 16px; //竖轴宽度 width: 16px; //竖轴宽度
height: 6px; //横轴宽度 height: 16px; //横轴宽度
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background-color: #f3f4f5; background-color: #f3f4f5;
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -438,7 +438,7 @@ li { ...@@ -438,7 +438,7 @@ li {
} }
} }
.el-scrollbar { .el-scrollbar {
height: 6px; height: 16px;
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 8px; height: 8px;
} }
...@@ -529,7 +529,7 @@ li { ...@@ -529,7 +529,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -687,7 +687,7 @@ li { ...@@ -687,7 +687,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
......
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