金禅 5a801781ce 1. BoolSetter bug 修复;
2. IconSetter 体验优化(新增 defaultValue 和 hasClear 等能力);
3. Button、Icon 等组件使用 IconSetter;
2020-08-10 23:26:19 +08:00

37 lines
467 B
SCSS

.lc-icon-setter{
.next-input{
width: auto !important;
}
i {
min-width: 12px;
}
i:hover {
cursor: pointer;
}
input:hover {
cursor: pointer;
}
}
.lowcode-icon-setter-popup{
max-width: 354px;
.lowcode-icon-list{
overflow: auto;
li{
float: left;
margin-bottom: 10px;
width: 40px;
color: #666;
cursor: pointer;
text-align: center;
&:hover{
color: #000;
}
}
}
}