mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
fix: 修复组合组件嵌入式缩放问题 (#18202)
This commit is contained in:
@@ -182,7 +182,13 @@ const onPointClick = param => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="de-view-wrapper" v-if="!!config && state.initState">
|
||||
<div
|
||||
class="de-view-wrapper"
|
||||
:style="{
|
||||
zoom: state.canvasStylePreview?.scale / 100
|
||||
}"
|
||||
v-if="!!config && state.initState"
|
||||
>
|
||||
<ComponentWrapper
|
||||
style="width: 100%; height: 100%"
|
||||
:view-info="viewInfo"
|
||||
|
||||
Reference in New Issue
Block a user