mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(field): adjust height in textarea (#3383)
This commit is contained in:
parent
0f65ed110c
commit
20d1f2ede0
@ -17,6 +17,8 @@
|
||||
align-items: center;
|
||||
|
||||
&--textarea {
|
||||
box-sizing: border-box;
|
||||
padding: 3.6px 0;
|
||||
line-height: 1.2em;
|
||||
.theme(min-height, '@cell-line-height');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user