fix: TableAction width

pull/5/MERGE
xingyu 2023-04-27 16:17:04 +08:00
parent 513a6052aa
commit 5adf84e2fa
5 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true,
showIndexColumn: false,
actionColumn: {
width: 140,
width: 160,
title: t('common.action'),
dataIndex: 'action',
fixed: 'right'

View File

@ -55,7 +55,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true,
showIndexColumn: false,
actionColumn: {
width: 240,
width: 280,
title: t('common.action'),
dataIndex: 'action',
fixed: 'right'

View File

@ -63,7 +63,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true,
showIndexColumn: false,
actionColumn: {
width: 140,
width: 200,
title: t('common.action'),
dataIndex: 'action',
fixed: 'right'

View File

@ -42,7 +42,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true,
showIndexColumn: false,
actionColumn: {
width: 60,
width: 80,
title: t('common.action'),
dataIndex: 'action',
fixed: 'right'

View File

@ -61,7 +61,7 @@ const [registerTable, { getForm, reload }] = useTable({
showTableSetting: true,
showIndexColumn: false,
actionColumn: {
width: 240,
width: 220,
title: t('common.action'),
dataIndex: 'action',
fixed: 'right'