@jecloud/ui
Version:
JECloud UI库,基于ant-design-vue封装
24 lines (23 loc) • 407 B
text/less
.je-input-select{
.icon-button{
color: @text-color-secondary;
cursor: pointer;
transition: all 0.3s;
&:hover {
color: @input-icon-hover-color;
}
}
&-readonly,
&-disabled{
.icon-button{
cursor: not-allowed ;
opacity: 0.8;
}
&:hover{
border-color:@border-color-base ;
}
}
}
.je-input-select.textarea{
height: 90px;
}