fix: menu table cant resize

This commit is contained in:
zzs 2025-04-15 14:29:36 +08:00
parent 84c53dafa0
commit 74b2b9d2df

View File

@ -30,7 +30,7 @@ const [register, { expandAll, collapseAll, getForm, reload }] = useTable({
showTableSetting: true, showTableSetting: true,
bordered: true, bordered: true,
showIndexColumn: false, showIndexColumn: false,
canResize: false, canResize: true,
actionColumn: { actionColumn: {
width: 140, width: 140,
title: t('common.action'), title: t('common.action'),