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