feat: gant block table configure

This commit is contained in:
katherinehhh 2023-01-30 11:02:37 +08:00
parent 3b6b84f8c3
commit 5a61dd59a9

View File

@ -1032,6 +1032,7 @@ export const createGanttBlockSchema = (options) => {
},
params: {
paginate: false,
sort: ['sort'],
},
...others,
},
@ -1062,7 +1063,7 @@ export const createGanttBlockSchema = (options) => {
'x-decorator-props': {
style: {
float: 'left',
width: '35%',
maxWidth: '35%',
},
},