Commit f401ad9dc30cb94e6574adf53588022f5189ae65

Authored by zhangdaiscott
1 parent a40fd262

代码生成器模板(内嵌子表风格列表页面)按钮错位问题修复 issues/I1WHR0

jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
... ... @@ -327,7 +327,6 @@
327 327 title: '操作',
328 328 dataIndex: 'action',
329 329 align: 'center',
330   - fixed:"right",
331 330 width:147,
332 331 scopedSlots: { customRender: 'action' },
333 332 },
... ...