fix: AutoComplete placeholder not display when disabled #402

This commit is contained in:
tangjinzhou 2019-01-31 10:28:30 +08:00
parent beef6c6662
commit fff0d5bf85

View File

@ -54,6 +54,7 @@
}
&[disabled] {
.disabled;
background-color: transparent;
}
}