@jecloud/ui
Version:
JECloud UI库,基于ant-design-vue封装
25 lines • 428 B
text/less
.je-switch{
&.je-switch-checkbox-custom{
cursor: pointer;
.je-switch-icon{
font-size: 14px;
&+.je-switch-label{
margin-left:8px;
}
}
&.je-switch-disabled{
cursor: not-allowed;
opacity: .4;
}
&:hover{
.je-switch-icon{
color:@primary-color;
}
}
&.je-switch-checked{
.je-switch-icon{
color:@primary-color;
}
}
}
}