修改页面样式

This commit is contained in:
GGJ
2024-01-05 13:56:33 +08:00
parent b2c3df56dc
commit b65691e062
11 changed files with 135 additions and 154 deletions

View File

@@ -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);
}