fix: auto-complete placeholder not display when disabled

This commit is contained in:
tangjinzhou 2019-01-31 10:16:29 +08:00 committed by 偏右
parent 3b40bfb058
commit 8832be1fc7

View File

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