fix: comprehensive UI fix — all table columns have explicit widths, no ellipsis on data, consistent scroll.x
This commit is contained in:
@@ -152,7 +152,7 @@ const ClassesPage: React.FC = () => {
|
||||
|
||||
const columns: ColumnsType<ClassItem> = [
|
||||
{
|
||||
title: '班级名称', dataIndex: 'name',
|
||||
title: '班级名称', dataIndex: 'name', width: 120,
|
||||
sorter: (a, b) => a.name.localeCompare(b.name),
|
||||
},
|
||||
{ title: '编码', dataIndex: 'code', width: 140 },
|
||||
|
||||
Reference in New Issue
Block a user