From cd2291f0e4532b8242a2b3cac333665f88c06750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sun, 6 Jul 2025 12:45:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setting/HistoryDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/setting/HistoryDetail.vue b/src/components/setting/HistoryDetail.vue index 3dbc62c..6c06c56 100644 --- a/src/components/setting/HistoryDetail.vue +++ b/src/components/setting/HistoryDetail.vue @@ -38,7 +38,7 @@ const tableData = computed(() => { return item }) }) -const columnWidths = [250, null, 150, null, null, null, null, null, null, null, 180, 180] +const columnWidths = [250, 150, 150, null, null, null, null, null, null, null, 190, 180] // 表格列配置 const tableColumns = computed(() => tableHeaders.value.map((h, i) => {