修改页面样式
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
.vxe-table--body-wrapper::-webkit-scrollbar {
|
||||
width:10px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
height: 3px;
|
||||
background-color: #059f95 !important;
|
||||
background-color: var(--el-color-primary) !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