Skip to content

Commit

Permalink
chore(Form): Select 跟Input 在表单中使用,错误样式统一 #622 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuilanxin committed Mar 8, 2022
1 parent fb9ceb4 commit 5772939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-form/src/style/form-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
color: #dc3545;
}
.w-input-inner,
.w-select,
.w-select-default,
.w-select:hover,
.w-select-default:hover,
.w-input-inner:hover,
.w-input-inner:focus.w-input-inner:hover,
.w-textarea,
Expand Down

0 comments on commit 5772939

Please sign in to comment.