From 4af9ae90c9771dba2526e18df71cb1c742af2c2a Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 5 May 2026 10:03:52 -0600 Subject: [PATCH] fix --- src/pages/Gradebook.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Gradebook.vue b/src/pages/Gradebook.vue index 93a9c55..48d1706 100644 --- a/src/pages/Gradebook.vue +++ b/src/pages/Gradebook.vue @@ -209,13 +209,13 @@ const columns = computed[]>(() => { { title: "排名", key: "rank", - width: 66, + width: 60, fixed: "left", }, { title: "等级", key: "grade", - width: 66, + width: 60, fixed: "left", render: (row) => h( @@ -227,7 +227,7 @@ const columns = computed[]>(() => { { title: "学生", key: "username", - width: 100, + width: 80, fixed: "left", render: (row) => { const studentName = displayGradebookStudentName(row)