fix: remove ellipsis from student name column, give it 120px width
This commit is contained in:
@@ -222,7 +222,7 @@ const StudentsPage: React.FC = () => {
|
||||
|
||||
const columns = [
|
||||
{ title: 'ID', dataIndex: 'id', width: 70 },
|
||||
{ title: '姓名', dataIndex: 'name', ellipsis: true },
|
||||
{ title: '姓名', dataIndex: 'name', width: 120 },
|
||||
{ title: '性别', dataIndex: 'gender', width: 70 },
|
||||
{
|
||||
title: '电话',
|
||||
|
||||
Reference in New Issue
Block a user