mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #9405 from dataease/pr@dev-v2@refactor_history-mobile
Pr@dev v2@refactor history mobile
This commit is contained in:
commit
256f2de8a7
@ -72,11 +72,9 @@
|
||||
<el-row v-if="state.curNodeId">
|
||||
<el-row style="margin-top: 5px">
|
||||
<div style="display: flex" class="inner-content">
|
||||
<div style="flex: 1">{{ t('visualization.link_view') }}</div>
|
||||
<div style="flex: 1">联动组件</div>
|
||||
<div style="width: 36px"></div>
|
||||
<div style="flex: 1">
|
||||
{{ t('visualization.link_view_field') }}
|
||||
</div>
|
||||
<div style="flex: 1">联动组件字段</div>
|
||||
<div style="width: 32px"></div>
|
||||
</div>
|
||||
<div style="width: 100%; max-height: 350px; overflow-y: auto">
|
||||
|
@ -131,6 +131,10 @@ export function initCanvasDataPrepare(dvId, busiFlag, callBack) {
|
||||
componentItem.y = 1 + (componentItem.y - 1) * 2
|
||||
componentItem.sizeX = componentItem.sizeX * 2
|
||||
componentItem.sizeY = componentItem.sizeY * 2
|
||||
componentItem.mx = 1 + (componentItem.mx - 1) * 2
|
||||
componentItem.my = 1 + (componentItem.my - 1) * 2
|
||||
componentItem.mSizeX = componentItem.mSizeX * 2
|
||||
componentItem.mSizeY = componentItem.mSizeY * 2
|
||||
}
|
||||
})
|
||||
const curPreviewGap =
|
||||
|
Loading…
Reference in New Issue
Block a user