From 6a0d84395edef0aa24c5b4bcc3b98dd6ab1719b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87?= Date: Thu, 20 Mar 2025 19:00:01 +0800 Subject: [PATCH] =?UTF-8?q?textarea=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modalView/index.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modalView/index.wxss b/components/modalView/index.wxss index 4baf113..8048249 100644 --- a/components/modalView/index.wxss +++ b/components/modalView/index.wxss @@ -54,7 +54,7 @@ } .custom-modal-view .content-textarea{ border: 1.2px solid rgba(85, 85, 85, 0.3); - border-radius: 18px; + border-radius: 18rpx; margin:30rpx 0; padding:24rpx 20rpx; font-size: 34rpx;