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

This commit is contained in:
wangjiahao 2021-06-01 14:01:34 +08:00
parent b281eaf031
commit e05dd9f681

View File

@ -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"