refactor: 代码生成 导入 hover样式

This commit is contained in:
dap 2025-06-08 12:53:05 +08:00
parent ca2aadaf4a
commit 598f371568

View File

@ -91,6 +91,7 @@ const gridOptions: VxeGridProps = {
toolbarConfig: {
enabled: false,
},
cellClassName: 'cursor-pointer',
};
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });