mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
fix(数据大屏): 修复跑马灯预览状态可编辑问题
This commit is contained in:
@@ -378,12 +378,6 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc &&
|
||||
:id="viewDemoInnerId"
|
||||
:style="componentBackgroundStyle"
|
||||
>
|
||||
<!--边框背景-->
|
||||
<Board
|
||||
v-if="svgInnerEnable"
|
||||
:style="{ color: config.commonBackground.innerImageColor }"
|
||||
:name="commonBackgroundSvgInner"
|
||||
></Board>
|
||||
<div
|
||||
class="wrapper-inner-adaptor"
|
||||
:style="slotStyle"
|
||||
@@ -413,6 +407,12 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc &&
|
||||
@onPointClick="onPointClick"
|
||||
/>
|
||||
</div>
|
||||
<!--边框背景-->
|
||||
<Board
|
||||
v-if="svgInnerEnable"
|
||||
:style="{ color: config.commonBackground.innerImageColor, pointerEvents: 'none' }"
|
||||
:name="commonBackgroundSvgInner"
|
||||
></Board>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<!--边框背景-->
|
||||
<Board
|
||||
v-if="svgInnerEnable"
|
||||
:style="{ color: element.commonBackground.innerImageColor }"
|
||||
:style="{ color: element.commonBackground.innerImageColor, pointerEvents: 'none' }"
|
||||
:name="commonBackgroundSvgInner"
|
||||
></Board>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user