fix form status (#23004)

This commit is contained in:
二货机器人 2020-04-07 22:51:54 +08:00 committed by GitHub
parent b41301b168
commit 4e3c58f2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@
}
//select
.@{ant-prefix}-select {
.@{ant-prefix}-select:not(.@{ant-prefix}-select-borderless) {
.@{ant-prefix}-select-selector {
border-color: @warning-color !important;
}
@ -163,7 +163,7 @@
}
//select
.@{ant-prefix}-select {
.@{ant-prefix}-select:not(.@{ant-prefix}-select-borderless) {
.@{ant-prefix}-select-selector {
border-color: @error-color !important;
}