滚动条样式
This commit is contained in:
@@ -509,8 +509,11 @@ input::-webkit-input-placeholder
|
|||||||
/** 下拉框 **/
|
/** 下拉框 **/
|
||||||
.el-scrollbar__wrap
|
.el-scrollbar__wrap
|
||||||
width 100% !important
|
width 100% !important
|
||||||
|
overflow-x hidden
|
||||||
|
margin-bottom 0 !important
|
||||||
|
margin-bottom 0 !important
|
||||||
.el-select-dropdown
|
.el-select-dropdown
|
||||||
background-color #e4e7ed
|
background-color #c7c9cd
|
||||||
.el-scrollbar__bar
|
.el-scrollbar__bar
|
||||||
right 0 !important
|
right 0 !important
|
||||||
.el-scrollbar__bar.is-vertical
|
.el-scrollbar__bar.is-vertical
|
||||||
|
|||||||
@@ -62,12 +62,14 @@ li {
|
|||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
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 {
|
::-webkit-scrollbar-track-piece {
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
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 {
|
::-webkit-scrollbar-thumb:vertical {
|
||||||
|
|||||||
Reference in New Issue
Block a user