mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
feat: gant block table configure
This commit is contained in:
parent
3b6b84f8c3
commit
5a61dd59a9
@ -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%',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user