UPDATE: VERSION-20260315

This commit is contained in:
libertyspy
2026-03-15 20:28:06 +08:00
parent c5d81a4c52
commit c2bfb43d41
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
<!-- child名称 --> <!-- child名称 -->
<div class="ks-scenario-node-name"> <div class="ks-scenario-node-name">
{{ item.description ?? item.name }} {{ substring(item.description ?? item.name, 20) }}
</div> </div>
<!-- 右侧出桩只能作为连线源 --> <!-- 右侧出桩只能作为连线源 -->

View File

@@ -29,12 +29,12 @@
</a-tooltip> </a-tooltip>
<a-flex class="ks-tree-actions"> <a-flex class="ks-tree-actions">
<span style="margin-right: 10px" @click="()=> handleSelect(item)"><EditFilled /></span> <span style="margin-right: 10px" @click="()=> handleSelect(item)"><EditFilled /></span>
<a-popconfirm <!-- <a-popconfirm-->
title="确定删除?" <!-- title="确定删除?"-->
@confirm="()=> handleDelete(item)" <!-- @confirm="()=> handleDelete(item)"-->
> <!-- >-->
<span class="ks-tree-action ks-tree-action-delete"><DeleteOutlined /></span> <!-- <span class="ks-tree-action ks-tree-action-delete"><DeleteOutlined /></span>-->
</a-popconfirm> <!-- </a-popconfirm>-->
</a-flex> </a-flex>
</a-flex> </a-flex>
</a-list-item> </a-list-item>