diff --git a/apps/admin-web/src/components/ArticleDetailDrawer.vue b/apps/admin-web/src/components/ArticleDetailDrawer.vue index 0fb86c6..518bb89 100644 --- a/apps/admin-web/src/components/ArticleDetailDrawer.vue +++ b/apps/admin-web/src/components/ArticleDetailDrawer.vue @@ -99,30 +99,31 @@ const publishRecordColumns = computed>(() => [ title: t('media.records.platform'), dataIndex: 'platform_name', key: 'platform_name', - width: 140, + width: 128, }, { title: t('media.records.status'), dataIndex: 'status', key: 'status', - width: 130, + width: 112, }, { title: t('media.records.publishedAt'), dataIndex: 'published_at', key: 'published_at', - width: 168, + width: 126, }, { title: '错误信息', dataIndex: 'error_message', key: 'error_message', - width: 220, + width: 190, }, { title: t('media.records.link'), dataIndex: 'external_article_url', key: 'external_article_url', + width: 244, }, ]) @@ -288,7 +289,7 @@ async function copyPublishLink(record: PublishRecord): Promise {