mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(数据集): 设置导出条件无法删除条件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user