style: 调整表格列宽

This commit is contained in:
dmy
2026-01-19 14:10:37 +08:00
parent 882c8b5b9f
commit 1453e03c76
5 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
<a :href="scope.row.url" target="_blank">{{ scope.row.title }}</a>
</template>
</el-table-column>
<el-table-column prop="source" label="来源" width="100" />
<el-table-column prop="source" label="来源" width="150" />
<el-table-column prop="publishDate" label="发布日期" width="100">
<template #default="scope">
{{ formatDate(scope.row.publishDate) }}