From 78dce21e2468a784f6a483819a8dd5e02adf1d67 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Fri, 7 Jun 2024 17:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/global.less b/src/global.less index 2dfd915..a93d547 100644 --- a/src/global.less +++ b/src/global.less @@ -366,4 +366,11 @@ iframe { span.ant-radio+* { color: rgba(0, 0, 0, .5) -} \ No newline at end of file +} + +.edui-editor { + width: 800px!important; + .edui-editor-iframeholder { + width: 100%!important; + } +}