style: 调整选择器、时间选择器、日期时间选择器默认宽度和高度,高度统一为60px

main
wu.jian2 2 years ago
parent 1b7b134b66
commit 4b7ac80f5d

@ -255,8 +255,8 @@ export default function getComponentConfig (type) {
title: '选择器', title: '选择器',
icon: Icon.getNameList()[21], icon: Icon.getNameList()[21],
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenSelectChart', className: 'com.gccloud.dataroom.core.module.chart.components.ScreenSelectChart',
w: 180, w: 450,
h: 80, h: 60,
x: 0, x: 0,
y: 0, y: 0,
type type
@ -267,8 +267,8 @@ export default function getComponentConfig (type) {
title: '时间选择器', title: '时间选择器',
icon: Icon.getNameList()[22], icon: Icon.getNameList()[22],
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenTimePickerChart', className: 'com.gccloud.dataroom.core.module.chart.components.ScreenTimePickerChart',
w: 180, w: 200,
h: 80, h: 60,
x: 0, x: 0,
y: 0, y: 0,
type type
@ -279,8 +279,8 @@ export default function getComponentConfig (type) {
title: '日期时间选择器', title: '日期时间选择器',
icon: Icon.getNameList()[23], icon: Icon.getNameList()[23],
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenDateTimePickerChart', className: 'com.gccloud.dataroom.core.module.chart.components.ScreenDateTimePickerChart',
w: 260, w: 500,
h: 80, h: 60,
x: 0, x: 0,
y: 0, y: 0,
type type

Loading…
Cancel
Save