style: 操作列宽度调整为 400px

This commit is contained in:
lt
2026-04-27 11:19:27 +08:00
parent 3ff38c5ee0
commit 1be6d5e57d
+1 -1
View File
@@ -117,7 +117,7 @@
<el-table-column prop="generated_at" label="创作时间" width="140"><template #default="scope">{{ scope.row.generated_at ? formatDate(scope.row.generated_at) : '-' }}</template></el-table-column>
<el-table-column prop="published_at" label="发布时间" width="140"><template #default="scope">{{ scope.row.published_at ? formatDate(scope.row.published_at) : '-' }}</template></el-table-column>
<el-table-column prop="updated_at" label="更新时间" width="140"><template #default="scope">{{ formatDate(scope.row.updated_at) }}</template></el-table-column>
<el-table-column label="操作" width="200" fixed="right">
<el-table-column label="操作" width="400" fixed="right">
<template #default="scope">
<div class="flex gap-1 flex-wrap">
<el-button size="small" @click="openPreview(scope.row)" type="primary">预览</el-button>