Merge pull request #2322 from dataease/pr@dev@fix_panel-symbol

fix: 移动端布局设置时符号地图显示问题
This commit is contained in:
王嘉豪 2022-05-26 18:42:47 +08:00 committed by GitHub
commit dac21cfa13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>