[fix 87702 87686 87681] 删除按钮改为红色

This commit is contained in:
danshihao
2024-07-29 16:12:30 +08:00
parent c9f7d0c3c8
commit 5841889132
9 changed files with 10 additions and 10 deletions
@@ -28,7 +28,7 @@
<!--新增-->
<a-button icon="plus" type="primary" @click="handleAdd" v-has="'dynamicMessage:add'">{{ $t('newlyAdded') }}</a-button>
<!--批量删除-->
<a-button type="primary" icon="delete" ghost @click="batchDel" v-has="'dynamicMessage:deleteBatch'">{{ $t('batchDelete') }}
<a-button type="danger" icon="delete" ghost @click="batchDel" v-has="'dynamicMessage:deleteBatch'">{{ $t('batchDelete') }}
</a-button>
</div>
<div>