【优化】优化操作栏目取消固定宽度,自适应,优化其他一些问题

This commit is contained in:
xuyuxiang
2025-09-18 00:08:09 +08:00
parent f8df4d7e8f
commit 3744162982
32 changed files with 30 additions and 59 deletions

View File

@@ -214,8 +214,7 @@
title: '操作',
dataIndex: 'action',
align: 'center',
fixed: 'right',
width: 150
fixed: 'right'
})
}
const selectedRowKeys = ref([])