From b501f5f130ef16a65b3686f7f56946c8aec6b7a0 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Mon, 12 Jun 2023 16:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Vue3=20=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/chat.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 8ccf787..8e74c28 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -797,7 +797,9 @@ /* #ifndef APP-NVUE */ page, - .container *, + /* #ifdef H5 */ + .container *, + /* #endif */ view, textarea, button { -- GitLab