mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
fix(数据大屏): 调整组件最小宽高
This commit is contained in:
committed by
xuwei-fit2cloud
parent
2a49ab277e
commit
729542fde1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user