Skip to content

Commit

Permalink
fix: 修复field样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
三少 committed Aug 9, 2022
1 parent 7cd82c5 commit 0b52375
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/vantui/src/field/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@
font-size: @field-font-size;

textarea,
input {
.taro-textarea,
input,
.weui-input {
font-size: @field-font-size;
}

input {

input,
.weui-input {
.theme(height, '@cell-line-height');
.theme(min-height, '@cell-line-height');
.theme(line-height, '@cell-line-height');
Expand Down

0 comments on commit 0b52375

Please sign in to comment.