update: 按钮样式风格统一

This commit is contained in:
zhuoqinglian
2026-06-23 14:54:45 +08:00
parent 9d78ea29c3
commit 04bfddf457
11 changed files with 75 additions and 72 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
size="small" @click="handleSelectAll">
{{ isAllSelected ? $t('otaManagement.deselectAll') : $t('otaManagement.selectAll') }}
</CustomButton>
<CustomButton icon="el-icon-plus" size="small" @click="showAddDialog">
<CustomButton type="add" icon="el-icon-plus" size="small" @click="showAddDialog">
{{ $t('otaManagement.addNew') }}
</CustomButton>
<CustomButton size="small" type="delete" icon="el-icon-delete"