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
@@ -156,8 +156,8 @@ onMounted(load)
</el-table-column>
<el-table-column label="操作" min-width="160" fixed="right">
<template #default="{ row }">
<el-button text type="primary" size="small" @click="openEdit(row as ShopKeyItem)">编辑</el-button>
<el-button text type="danger" size="small" @click="remove(row as ShopKeyItem)">删除</el-button>
<el-button type="primary" size="small" @click="openEdit(row as ShopKeyItem)">编辑</el-button>
<el-button type="danger" size="small" @click="remove(row as ShopKeyItem)">删除</el-button>
</template>
</el-table-column>
</el-table>