[update] 法规库操作列样式

This commit is contained in:
lideqin
2024-06-21 11:29:32 +08:00
parent 4462c90776
commit a288eb2ebf
4 changed files with 33 additions and 21 deletions
@@ -103,7 +103,7 @@
{{ $t('templateDownload') }}
</a-button>
<!-- 批量删除-->
<a-button type="primary" icon="delete" ghost @click="batchDel" v-has="'domesticStandard:batchDel'">{{
<a-button type="danger" icon="delete" ghost @click="batchDel" v-has="'domesticStandard:batchDel'">{{
$t('batchDelete')
}}
</a-button>
@@ -183,7 +183,7 @@
<a-menu slot="overlay">
<a-menu-item v-for="(operation, index) in operationList.slice(operateMaxNum)" :key="index">
<a @click="operationClick(operation,record)">
<div class="operate-btn">
<div class="operate-btn" :class="operation.text === $t('delete') ? 'operate-del-btn' : ''">
<!-- 查看图标-->
<i class="iconfont icon-link operate-btn-icon" v-if="operation.text === $t('viewDetail')" />
<!-- 编辑图标-->