fix(数据大屏): 调整组件最小宽高

This commit is contained in:
wangjiahao
2025-02-21 16:30:04 +08:00
committed by xuwei-fit2cloud
parent 2a49ab277e
commit 729542fde1

View File

@@ -1,8 +1,8 @@
export const positionData = [
{ key: 'left', label: 'X', min: -1000, max: 20000, step: 1 },
{ key: 'width', label: 'W', min: 10, max: 20000, step: 1 },
{ key: 'width', label: 'W', min: 2, max: 20000, step: 1 },
{ key: 'top', label: 'Y', min: -1000, max: 20000, step: 1 },
{ key: 'height', label: 'H', min: 10, max: 20000, step: 1 }
{ key: 'height', label: 'H', min: 2, max: 20000, step: 1 }
]
export const multiDimensionalData = [