修改 时间组件
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@use '@/styles/app';
|
||||
@use '@/styles/vxeTable';
|
||||
@use '@/styles/element';
|
||||
@use '@/styles/var';
|
||||
|
||||
16
src/styles/vxeTable.scss
Normal file
16
src/styles/vxeTable.scss
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user