From 540757819ad4d693a1cdf4efd85dfd0e73a2ffff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 16 Oct 2024 09:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/rich-text.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/diy/rich-text.vue b/components/diy/rich-text.vue index 5c358a98..4c53268b 100644 --- a/components/diy/rich-text.vue +++ b/components/diy/rich-text.vue @@ -55,5 +55,8 @@ * { max-width: 100%; } + [id^=v] { + width: 100%; + } }