2024-01-15 16:14:14 +08:00
|
|
|
.vxe-table--body-wrapper,
|
|
|
|
|
.boxbx {
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
height: 3px;
|
|
|
|
|
background-color: var(--el-color-primary) !important;
|
|
|
|
|
border-radius: 30px !important;
|
|
|
|
|
}
|
2024-01-04 16:43:07 +08:00
|
|
|
}
|
|
|
|
|
|
2024-01-15 16:14:14 +08:00
|
|
|
// .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
|
|
|
|
|
// border-radius: 5px;
|
|
|
|
|
// height: 3px;
|
|
|
|
|
// background-color: var(--el-color-primary) !important;
|
|
|
|
|
// 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);
|
2024-01-15 16:14:14 +08:00
|
|
|
}
|