图标选择控件

This commit is contained in:
gary.fu
2024-01-02 14:07:17 +08:00
parent 6cd17a6702
commit 4a68e5fbc5
19 changed files with 343 additions and 77 deletions

View File

@@ -57,6 +57,21 @@ html, body, #app, .index-container {
.text-right {
text-align: right;
}
.icon-dialog .el-dialog__body {
padding: 10px;
}
.icon-list::-webkit-scrollbar {
z-index: 10;
width: 6px;
}
.icon-list::-webkit-scrollbar-thumb {
border-radius:5px;
width:6px;
background:var(--el-text-color-disabled)
}
/**
* slide-fade动画
*/