mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
commit
9eb14e97bc
@ -9,11 +9,11 @@ const dvMainStore = dvMainStoreWithOut()
|
||||
|
||||
const checkItemPosition = component => {
|
||||
component.x = 1
|
||||
component.sizeX = 36
|
||||
component.sizeX = 72
|
||||
component.y = dvMainStore.componentData.reduce((pre, next) => {
|
||||
return Math.max(pre, next.y + next.sizeY)
|
||||
}, 1)
|
||||
component.sizeY = 10
|
||||
component.sizeY = 20
|
||||
}
|
||||
|
||||
const hanedleMessage = event => {
|
||||
|
Loading…
Reference in New Issue
Block a user