mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-23 06:37:01 +00:00
图标选择控件
This commit is contained in:
@@ -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动画
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user