滚动条样式
This commit is contained in:
@@ -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
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user