From c96ded03fc33b5d480176872a74252fcc6427401 Mon Sep 17 00:00:00 2001 From: zjl Date: Fri, 13 Dec 2024 15:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/layoutItem/layout/article/columns.ts | 4 ++-- src/views/content/layoutItem/layout/notice/columns.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/content/layoutItem/layout/article/columns.ts b/src/views/content/layoutItem/layout/article/columns.ts index 2dd4c08..2e0aebe 100644 --- a/src/views/content/layoutItem/layout/article/columns.ts +++ b/src/views/content/layoutItem/layout/article/columns.ts @@ -10,12 +10,13 @@ export const columns = [ { title: 'ID', key: 'id', - width: 60, + width: 50, fixed: 'left', }, { title: '文章标题', key: 'title', + width: 300, ren(record) { return h( 'a', @@ -26,7 +27,6 @@ export const columns = [ record.title, ); }, - width: 300, }, { title: '文章分类', diff --git a/src/views/content/layoutItem/layout/notice/columns.ts b/src/views/content/layoutItem/layout/notice/columns.ts index b80b5dc..27a5286 100644 --- a/src/views/content/layoutItem/layout/notice/columns.ts +++ b/src/views/content/layoutItem/layout/notice/columns.ts @@ -11,13 +11,13 @@ export const columns2 = [ { title: 'ID', key: 'id', - width: 60, + width: 50, fixed: 'left', }, { title: '通知标题', key: 'title', - width: 200, + width: 300, }, { title: '通知类型',