From 5386b1ab0809d32f612b3c9f65e079171bdc60c5 Mon Sep 17 00:00:00 2001 From: pianruijie Date: Mon, 21 Nov 2022 11:32:04 +0800 Subject: [PATCH] =?UTF-8?q?[amis-saas-8208]=20fix=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89js=E5=85=89=E6=A0=87=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic0d1e5d1add755639acd3b55ec67246c39f7f105 --- packages/amis-editor/src/renderer/event-control/actions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/amis-editor/src/renderer/event-control/actions.tsx b/packages/amis-editor/src/renderer/event-control/actions.tsx index c941a9293..029bbe956 100644 --- a/packages/amis-editor/src/renderer/event-control/actions.tsx +++ b/packages/amis-editor/src/renderer/event-control/actions.tsx @@ -1404,6 +1404,7 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => { lineNumbers: 'off', glyphMargin: false, tabSize: 2, + fontSize: '12px', wordWrap: 'on', lineDecorationsWidth: 0, lineNumbersMinChars: 0,