提交 e05dd9f6 authored 作者: wangjiahao's avatar wangjiahao

feat: 编辑仪表盘同时支持自适应画布区域和实际画布大小两种编辑模式

上级 b281eaf0
......@@ -30,6 +30,7 @@
:id="'component' + item.id"
class="component"
:style="item.style"
:out-style="getShapeStyleInt(item.style)"
:element="item"
/>
......@@ -42,7 +43,7 @@
:prop-value="item.propValue"
:element="item"
:filter="filter"
:out-style="item.style"
:out-style="getShapeStyleInt(item.style)"
/>
<!-- <component
:is="item.component"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论