fix: comprehensive UI fix — all table columns have explicit widths, no ellipsis on data, consistent scroll.x
This commit is contained in:
@@ -205,8 +205,8 @@ const DepartmentsPage: React.FC = () => {
|
||||
|
||||
const memberColumns = [
|
||||
{ title: 'ID', dataIndex: 'userId', key: 'userId', width: 60 },
|
||||
{ title: '用户名', dataIndex: ['user', 'username'], key: 'username' },
|
||||
{ title: '姓名', dataIndex: ['user', 'name'], key: 'name' },
|
||||
{ title: '用户名', dataIndex: ['user', 'username'], key: 'username', width: 120 },
|
||||
{ title: '姓名', dataIndex: ['user', 'name'], key: 'name', width: 120 },
|
||||
{
|
||||
title: '默认部门',
|
||||
dataIndex: 'isDefault',
|
||||
|
||||
Reference in New Issue
Block a user