fix: 转存记录时间列155px+推广账号列140px,避免截断

This commit is contained in:
2026-05-17 23:19:52 +08:00
parent a609379d20
commit e4e3884ffc
31 changed files with 32 additions and 32 deletions

View File

@@ -178,7 +178,7 @@
</template>
</el-table-column>
<el-table-column label="时间" width="140">
<el-table-column label="时间" min-width="155">
<template #default="{ row }">
<span :title="row.created_at">{{ formatTime(row.created_at) }}</span>
</template>
@@ -192,7 +192,7 @@
</template>
</el-table-column>
<el-table-column label="推广账号" width="120" show-overflow-tooltip>
<el-table-column label="推广账号" min-width="140" show-overflow-tooltip>
<template #default="{ row }">
<span>{{ row.promotion_account || '-' }}</span>
</template>