修改 时间组件

This commit is contained in:
GGJ
2024-01-04 16:43:07 +08:00
parent 450b37fae9
commit 05703d4267
7 changed files with 130 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
@use '@/styles/app';
@use '@/styles/vxeTable';
@use '@/styles/element';
@use '@/styles/var';

16
src/styles/vxeTable.scss Normal file
View File

@@ -0,0 +1,16 @@
.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);
}