fix: 移动端布局设置时符号地图显示问题

This commit is contained in:
wangjiahao 2022-05-26 18:41:34 +08:00
parent b0b46fd4c1
commit 91ccc41c0b

View File

@ -20,6 +20,7 @@
:is-edit="false"
:element="config"
:h="outItemHeight"
:canvas-style-data="canvasStyleData"
/>
</div>
</template>
@ -70,6 +71,7 @@ export default {
...mapState([
'mobileLayoutStatus',
'componentData',
'canvasStyleData',
'componentGap'
])
},
@ -91,5 +93,6 @@ export default {
.component-item {
padding: 5px;
height: 200px!important;
position: relative;
}
</style>