17 lines
403 B
SCSS
17 lines
403 B
SCSS
|
|
.vxe-table--body-wrapper::-webkit-scrollbar {
|
||
|
|
width:10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
|
||
|
|
border-radius: 5px;
|
||
|
|
height: 3px;
|
||
|
|
background-color: #059f95 !important;
|
||
|
|
border-radius: 30px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.vxe-table--body-wrapper::-webkit-scrollbar-track {
|
||
|
|
box-shadow: inset 0 0 5px rgb(174, 173, 173);
|
||
|
|
border-radius: 2px;
|
||
|
|
background: rgb(235, 233, 233);
|
||
|
|
}
|