[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
@@ -106,7 +106,7 @@
{{ $t('export') }}
</a-button>
<!--批量删除-->
<a-button type="primary" icon="delete" ghost @click="batchDel" v-has="'split:sarFileSplitItems:batchDelete'">
<a-button type="danger" icon="delete" ghost @click="batchDel" v-has="'split:sarFileSplitItems:batchDelete'">
{{ $t('batchDelete') }}
</a-button>
<!--模板下载-->