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)