From 907c3fd986718a6a7ea4205acbc07ecf09d2c3b5 Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Wed, 28 Nov 2018 12:45:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20textarea=20?= =?UTF-8?q?=E5=9C=A8=20safari=20=E4=B8=8B=E7=A6=81=E7=94=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2=E4=B8=8E?= =?UTF-8?q?=E5=85=B6=E5=AE=83=E7=8E=AF=E5=A2=83=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= 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 4b4104874..89e1dda88 100644 --- a/src/core/view/components/textarea/index.vue +++ b/src/core/view/components/textarea/index.vue @@ -311,6 +311,7 @@ uni-textarea { padding: 0; resize: none; background-color: transparent; + opacity: inherit; } .uni-textarea-textarea::-webkit-input-placeholder { color: transparent; -- GitLab