mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
fix: 移动端布局设置时符号地图显示问题
This commit is contained in:
parent
b0b46fd4c1
commit
91ccc41c0b
@ -20,6 +20,7 @@
|
|||||||
:is-edit="false"
|
:is-edit="false"
|
||||||
:element="config"
|
:element="config"
|
||||||
:h="outItemHeight"
|
:h="outItemHeight"
|
||||||
|
:canvas-style-data="canvasStyleData"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -70,6 +71,7 @@ export default {
|
|||||||
...mapState([
|
...mapState([
|
||||||
'mobileLayoutStatus',
|
'mobileLayoutStatus',
|
||||||
'componentData',
|
'componentData',
|
||||||
|
'canvasStyleData',
|
||||||
'componentGap'
|
'componentGap'
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
@ -91,5 +93,6 @@ export default {
|
|||||||
.component-item {
|
.component-item {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 200px!important;
|
height: 200px!important;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user