Merge pull request #12058 from dataease/pr@dev-v2@refactor_move-step

refactor(数据大屏): 调整数据大屏组件位置调整设置频度为1 #11549
This commit is contained in:
王嘉豪 2024-09-06 10:48:29 +08:00 committed by GitHub
commit 56878766d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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