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

16 lines
369 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;
}
2024-01-11 08:54:09 +08:00
.vxe-header--row {
background: var(--el-color-primary);
color: var(--el-color-white);
}