diff --git a/apps/admin/src/pages/Students/index.tsx b/apps/admin/src/pages/Students/index.tsx index f1e7f9a..dfff12c 100644 --- a/apps/admin/src/pages/Students/index.tsx +++ b/apps/admin/src/pages/Students/index.tsx @@ -442,7 +442,7 @@ const StudentsPage: React.FC = () => { dataSource={data} rowKey="id" loading={loading} - scroll={{ x: 1300 }} + scroll={{ x: 1410 }} pagination={{ pageSize: 15, showTotal: (total) => `共 ${total} 人` }} rowClassName={(record: any) => (record.status === 'archived' ? 'archived-row' : '')} rowSelection={{