fix: bug#10987

This commit is contained in:
xieyonghong 2023-03-29 11:42:13 +08:00
parent 21f3d7cb9a
commit 6d04a6445f
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
<j-button v-else @click="onAdd">点击配置执行动作</j-button>
</div>
<div class="item-number">{{ name + 1 }}</div>
<j-popconfirm title="确认删除?" @confirm="onDelete" :overlayStyle='{minWidth: "180px"}'>
<j-popconfirm title="确认删除?" @confirm="onDelete" placement="topRight" :overlayStyle='{minWidth: "190px"}'>
<div class="item-delete">
<AIcon type="DeleteOutlined" />
</div>