Commit 75f48d90 authored by Jenny's avatar Jenny

fix: APPF-3583 小程序报表选项卡问题

parent b0f3fecf
......@@ -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
}"
>
......@@ -220,11 +221,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