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

12 lines
273 B
SCSS
Raw Normal View History

2024-01-04 16:43:07 +08:00
.vxe-table--body-wrapper::-webkit-scrollbar {
2024-01-05 13:56:33 +08:00
width: 10px;
height: 10px;
2024-01-04 16:43:07 +08:00
}
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
border-radius: 5px;
height: 3px;
2024-01-05 13:56:33 +08:00
background-color: var(--el-color-primary) !important;
2024-01-04 16:43:07 +08:00
border-radius: 30px !important;
}