refactor(数据大屏): 调整数据大屏组件位置调整设置频度为1 #11549

This commit is contained in:
wangjiahao 2024-09-06 10:33:52 +08:00
parent 0cb6078456
commit f66d293d44

View File

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