fix: 修改右键判定区域,新增历史记录store

This commit is contained in:
MTrun
2022-01-31 23:37:43 +08:00
parent 50e62dbed7
commit 31d1983958
9 changed files with 128 additions and 46 deletions
@@ -7,7 +7,7 @@ interface AttrType {
export const useComponentStyle = (attr: AttrType, index: number) => {
const componentStyle = {
zIndex: index,
zIndex: index + 1,
left: `${attr.x}px`,
top: `${attr.y}px`,
}