From 3f46585651b46cd1cac105d3009b543f91a2bc45 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 15 Jun 2025 15:24:38 +0800 Subject: [PATCH] ui --- src/admin/tutorial/list.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/admin/tutorial/list.vue b/src/admin/tutorial/list.vue index c01250e..c0458b3 100644 --- a/src/admin/tutorial/list.vue +++ b/src/admin/tutorial/list.vue @@ -16,6 +16,7 @@ const columns: DataTableColumn[] = [ { title: "顺序", key: "order", + width: 80, }, { title: "标题", key: "title", minWidth: 200 }, { @@ -39,6 +40,7 @@ const columns: DataTableColumn[] = [ { title: "可见", key: "is_public", + width: 100, render: (row) => h(NSwitch, { value: row.is_public,