优化按钮组件逻辑.

This commit is contained in:
lijiahang
2024-09-29 10:20:45 +08:00
parent ef57040e1d
commit 3b1d6ab8a4
24 changed files with 417 additions and 275 deletions

View File

@@ -132,11 +132,11 @@
<span>描述</span>
</template>
</a-input>
<span class="parameter-item-close click-icon-wrapper"
title="移除"
@click="removeParameter(i)">
<icon-close />
</span>
<a-button class="parameter-item-close icon-button"
title="移除"
@click="removeParameter(i)">
<icon-close />
</a-button>
</a-input-group>
</template>
<!-- 无参数 -->
@@ -373,7 +373,6 @@
cursor: pointer;
width: 32px;
height: 32px;
font-size: 16px;
background: var(--color-fill-2);
display: flex;
align-items: center;