From 4b7ac80f5d641af6863fc9a2c0e72498f187b503 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 28 Sep 2023 10:33:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E3=80=81=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E3=80=81=E6=97=A5=E6=9C=9F=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E9=BB=98=E8=AE=A4=E5=AE=BD=E5=BA=A6=E5=92=8C=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=EF=BC=8C=E9=AB=98=E5=BA=A6=E7=BB=9F=E4=B8=80=E4=B8=BA?= =?UTF-8?q?60px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/js/utils/getComponentConfig.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data-room-ui/packages/js/utils/getComponentConfig.js b/data-room-ui/packages/js/utils/getComponentConfig.js index a81aef8c..a52e0fe7 100644 --- a/data-room-ui/packages/js/utils/getComponentConfig.js +++ b/data-room-ui/packages/js/utils/getComponentConfig.js @@ -255,8 +255,8 @@ export default function getComponentConfig (type) { title: '选择器', icon: Icon.getNameList()[21], className: 'com.gccloud.dataroom.core.module.chart.components.ScreenSelectChart', - w: 180, - h: 80, + w: 450, + h: 60, x: 0, y: 0, type @@ -267,8 +267,8 @@ export default function getComponentConfig (type) { title: '时间选择器', icon: Icon.getNameList()[22], className: 'com.gccloud.dataroom.core.module.chart.components.ScreenTimePickerChart', - w: 180, - h: 80, + w: 200, + h: 60, x: 0, y: 0, type @@ -279,8 +279,8 @@ export default function getComponentConfig (type) { title: '日期时间选择器', icon: Icon.getNameList()[23], className: 'com.gccloud.dataroom.core.module.chart.components.ScreenDateTimePickerChart', - w: 260, - h: 80, + w: 500, + h: 60, x: 0, y: 0, type