角色列表添加

This commit is contained in:
仲么了
2024-01-19 14:08:07 +08:00
parent 343bda8c70
commit 9b75f5b38c
19 changed files with 515 additions and 378 deletions

View File

@@ -23,6 +23,17 @@ body,
position: relative;
}
::-webkit-scrollbar {
width: 8px;
height: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
height: 3px;
background-color: var(--el-color-primary) !important;
border-radius: 30px !important;
}
// 阿里 iconfont Symbol引用css
.iconfont-icon {
width: 1em;

View File

@@ -1,16 +1,16 @@
.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;
}
}
// .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;
// }
// }
// .vxe-table--body-wrapper::-webkit-scrollbar-thumb {
// border-radius: 5px;
@@ -23,3 +23,4 @@
background: var(--el-color-primary);
color: var(--el-color-white);
}