From 4425fd481539ff9e95149c7d1e26f40c02386fa4 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 18 Jun 2021 16:36:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20=20textarea?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E8=AE=BE=E7=BD=AE=E4=BA=86min-height?= =?UTF-8?q?=EF=BC=8C=E5=86=85=E9=83=A8textarea=E9=AB=98=E5=BA=A6=E5=A4=AA?= =?UTF-8?q?=E4=BD=8E=E6=97=A0=E6=B3=95=E8=81=9A=E7=84=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-components/style/textarea.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uni-components/style/textarea.css b/packages/uni-components/style/textarea.css index a0bd82999..5d0b8f85d 100644 --- a/packages/uni-components/style/textarea.css +++ b/packages/uni-components/style/textarea.css @@ -28,6 +28,7 @@ uni-textarea[hidden] { position: relative; width: 100%; height: 100%; + min-height: inherit; } .uni-textarea-placeholder, .uni-textarea-line, -- GitLab