|
@@ -16,13 +16,13 @@ a {
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
::-webkit-scrollbar {
|
|
|
z-index: 11;
|
|
z-index: 11;
|
|
|
- width: 6px;
|
|
|
|
|
- height: 6px;
|
|
|
|
|
|
|
+ width: 4px;
|
|
|
|
|
+ height: 4px;
|
|
|
}
|
|
}
|
|
|
::-webkit-scrollbar-thumb {
|
|
::-webkit-scrollbar-thumb {
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
- width: 6px;
|
|
|
|
|
- background: #909399;
|
|
|
|
|
|
|
+ width: 4px;
|
|
|
|
|
+ background: #E5E5E5;
|
|
|
}
|
|
}
|
|
|
::-webkit-scrollbar-corner {
|
|
::-webkit-scrollbar-corner {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
@@ -32,7 +32,7 @@ a {
|
|
|
}
|
|
}
|
|
|
::-webkit-scrollbar-track-piece {
|
|
::-webkit-scrollbar-track-piece {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
- width: 6px;
|
|
|
|
|
|
|
+ width: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.avatar-uploader .el-upload {
|
|
.avatar-uploader .el-upload {
|