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: '通知类型',