fix: 转存记录时间列155px+推广账号列140px,避免截断
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user