From 00dade3b47038107ca186383f220a702c4a0926a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8B=E7=BE=8A?= Date: Tue, 17 Mar 2020 17:41:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E6=95=B4=E4=BA=86=E4=B8=8B?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/plugins/designer/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/plugins/designer/index.tsx b/packages/editor/src/plugins/designer/index.tsx index 7c559c311..2e98d0364 100644 --- a/packages/editor/src/plugins/designer/index.tsx +++ b/packages/editor/src/plugins/designer/index.tsx @@ -30,13 +30,16 @@ const SCHEMA = { }, props: { ref: 'outterView', - autoLoading: true + autoLoading: true, + style: { + padding: 20 + } }, children: [ { componentName: 'Form', props: { - labelCol: 4, + labelCol: 3, style: {}, ref: 'testForm' },