fix: add scroll.x='max-content' to 15 tables, widen narrow columns to prevent header wrapping
This commit is contained in:
@@ -345,6 +345,7 @@ const DepartmentsPage: React.FC = () => {
|
||||
loading={membersLoading}
|
||||
pagination={false}
|
||||
size="small"
|
||||
scroll={{ x: 'max-content' }}
|
||||
locale={{ emptyText: '暂无成员' }}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user