滚动条样式

This commit is contained in:
2023-08-17 11:03:49 +08:00
parent 5b6396be13
commit a48c9ac628
2 changed files with 9 additions and 4 deletions

View File

@@ -509,9 +509,12 @@ input::-webkit-input-placeholder
/** **/
.el-scrollbar__wrap
width 100% !important
overflow-x hidden
margin-bottom 0 !important
margin-bottom 0 !important
.el-select-dropdown
background-color #e4e7ed
background-color #c7c9cd
.el-scrollbar__bar
right 0 !important
.el-scrollbar__bar.is-vertical
width 45px
width 45px

View File

@@ -62,12 +62,14 @@ li {
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {