Commit fb371d67 authored by leon's avatar leon

fix: details tab issue

parent 7fb6e7c0
......@@ -15,7 +15,8 @@
:style="{
width: `${element.width * scale}px`,
height: `${element.height * scale}px`,
transform: `translate(${element.left * scale}px, ${element.top * scale}px)`,
left: `${element.left * scale}px`,
top: `${element.top * scale}px`,
zIndex: index + 1
}"
>
......@@ -222,11 +223,6 @@
}
.view-element {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
will-change: transform;
user-select: none;
cursor: move;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment