fix(数据集): 设置导出条件无法删除条件

This commit is contained in:
dataeaseShu
2025-10-16 09:36:14 +08:00
committed by dataeaseShu
parent c89dbb73e2
commit 60d0280f69

View File

@@ -114,7 +114,7 @@ const del = (index, child) => {
</el-icon>
</span>
</div>
<div class="logic-right">
<div class="logic-right" style="padding-right: 40px">
<template :key="index" v-for="(item, index) in relationList">
<logic-relation
v-if="item.child"
@@ -146,7 +146,6 @@ const del = (index, child) => {
align-items: center;
position: relative;
z-index: 1;
width: fit-content;
.logic-left {
box-sizing: border-box;