style: 调整表格列宽
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user