【issues/790】弹窗内文本框不居中问题

pull/824/head
zhangdaiscott 2023-10-18 16:54:41 +08:00
parent 1ea4008998
commit 518d9cb2d0
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
// labelWidth: 150,
schemas: formSchema,
showActionButtonGroup: false,
// update-begin--author:liaozhiyang---date:20231017---forissues/790
labelWidth: 100,
labelCol: null,
wrapperCol: null,
// update-end--author:liaozhiyang---date:20231017---forissues/790
});
//
const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => {