mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-29 18:28:28 +08:00
perf: 优化预览拖拽交互
This commit is contained in:
parent
006b79f21e
commit
232c8deb10
@ -31,8 +31,6 @@ export const useScale = (localStorageInfo: ChartEditStorageType) => {
|
||||
if (previewBoxDom) {
|
||||
previewBoxDom.style.overflow = 'unset'
|
||||
previewBoxDom.style.position = 'absolute'
|
||||
previewBoxDom.style.top = '10px'
|
||||
previewBoxDom.style.left = '20px'
|
||||
}
|
||||
if (entityDom) {
|
||||
entityDom.style.overflow = 'unset'
|
||||
|
Loading…
Reference in New Issue
Block a user