Files
admin-govern/src/styles/vxeTable.scss

17 lines
403 B
SCSS
Raw Normal View History

2024-01-04 16:43:07 +08:00
.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);
}