This commit is contained in:
梁灏 2017-09-03 12:02:30 +08:00
parent 8a392d25fc
commit 0e4166bd0a
2 changed files with 15 additions and 60 deletions

View file

@ -149,6 +149,18 @@
.ivu-select-item span{
color: @error-color;
}
.@{cascader-prefix-cls} {
&-menu{
&-item{
padding-right: 24px;
transition: all @transition-time @ease-in-out;
&-active{
background-color: @background-color-select-hover;
color: @primary-color;
}
}
}
}
}
.@{form-item-prefix-cls}-error{