forked from github/dataease
fix: 移动端布局设置时符号地图显示问题
This commit is contained in:
parent
b0b46fd4c1
commit
91ccc41c0b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user