From d536c6bc0c4454dbb423da56808909d58a4c7f22 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 15 Mar 2021 17:47:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20auto-height=E5=B9=B6=E6=94=B9=E5=8F=98text?= =?UTF-8?q?area=E7=9A=84box-sizing:border-box=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/textarea/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/view/components/textarea/index.vue b/src/core/view/components/textarea/index.vue index 8447915f7..b85f0f502 100644 --- a/src/core/view/components/textarea/index.vue +++ b/src/core/view/components/textarea/index.vue @@ -317,6 +317,7 @@ uni-textarea { line-height: normal; white-space: pre-wrap; word-break: break-all; + box-sizing: content-box !important; } uni-textarea[hidden] { display: none; -- GitLab