align(shop/records/tasks): 店铺管理/密钥、生成记录查看大图、数字人版本操作矩阵、视频任务明细/下载 主操作统一实心 small(对齐 .btn-sm);纯复制链接辅助保留 text

This commit is contained in:
2026-09-06 21:41:26 +08:00
parent 2691472a5e
commit fc4eff2f01
6 changed files with 60 additions and 12 deletions
@@ -257,9 +257,9 @@ onMounted(() => {
</el-table-column>
<el-table-column label="操作" min-width="220" fixed="right">
<template #default="{ row }">
<el-button text type="primary" size="small" @click="openEdit(row as ShopSummary)">编辑</el-button>
<el-button text type="warning" size="small" @click="showCredential(row as ShopSummary)">凭证</el-button>
<el-button text type="danger" size="small" @click="remove(row as ShopSummary)">删除</el-button>
<el-button type="primary" size="small" @click="openEdit(row as ShopSummary)">编辑</el-button>
<el-button type="warning" size="small" @click="showCredential(row as ShopSummary)">凭证</el-button>
<el-button type="danger" size="small" @click="remove(row as ShopSummary)">删除</el-button>
</template>
</el-table-column>
</el-table>