fix: 修复部分预览界面可以编辑过滤组件问题 (#17790)

This commit is contained in:
王嘉豪
2026-01-15 12:24:31 +08:00
committed by GitHub
parent 0bc514e9ae
commit 3d65066133

View File

@@ -980,7 +980,9 @@ const autoStyle = computed(() => {
</div>
<div
class="label-wrapper-tooltip"
v-if="showPosition !== 'preview' && !dvMainStore.mobileInPc"
v-if="
!['preview', 'edit-preview'].includes(showPosition) && !dvMainStore.mobileInPc
"
>
<el-tooltip
effect="dark"