perf: 通知支持自定义webhook、anpush、iyuu、server酱

This commit is contained in:
xiaojunnuo
2024-11-26 11:12:22 +08:00
parent cf7a3e6f70
commit cbccd9e3d0
10 changed files with 245 additions and 9 deletions
@@ -37,11 +37,6 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
editRequest,
delRequest
},
form: {
labelCol: {
span: 6
}
},
rowHandle: {
width: 200
},
@@ -39,7 +39,11 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
form: {
labelCol: {
span: 6
//固定label宽度
span: null,
style: {
width: "145px"
}
}
},
rowHandle: {
@@ -58,6 +58,13 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
form: {
wrapper: {
width: "1050px"
},
labelCol: {
//固定label宽度
span: null,
style: {
width: "145px"
}
}
},
rowHandle: {