forked from github/dataease
feat: 编辑仪表盘同时支持自适应画布区域和实际画布大小两种编辑模式
This commit is contained in:
parent
b281eaf031
commit
e05dd9f681
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user