From d495a7b083e032672ebc2490063e4a228781f23b Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Fri, 7 Jun 2024 17:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/global.less b/src/global.less index d5e4a13..cd33d00 100644 --- a/src/global.less +++ b/src/global.less @@ -636,4 +636,12 @@ body { margin-right: 0; } } -} \ No newline at end of file +} + + +.edui-editor { + width: 800px!important; + .edui-editor-iframeholder { + width: 100%!important; + } +}