mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
perf: 优化预览拖拽交互
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user