style(user): 优化用户管理页面操作列宽度,提升界面布局

- 调整操作列宽度从240px到280px,提供更好的按钮显示空间
- 优化按钮布局,确保操作按钮有足够的显示空间
- 提升表格整体视觉效果和用户体验
This commit is contained in:
Leo 2025-07-09 10:18:56 +08:00
parent 002b0d9af5
commit 6dc0b0a10c

View File

@ -1020,7 +1020,7 @@ const columns: DataTableColumns<UserVo> = [
{ {
title: '操作', title: '操作',
key: 'actions', key: 'actions',
width: 240, width: 280,
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
render: (row) => { render: (row) => {