fix: 去除模态层

This commit is contained in:
MTrun
2022-03-11 08:45:04 +08:00
parent da38db1f4e
commit e6a7ad9776
4 changed files with 5 additions and 24 deletions
@@ -37,8 +37,6 @@ export const useChartEditStore = defineStore({
userScale: 1,
// 锁定缩放
lockScale: false,
// 初始化
isCreate: false,
// 拖拽中
isDrag: false
},