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