Replies: 1 comment
-
help help,救命呀,sos |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
下面只是一个简单展示,这样套上去modal打开的时候里面的form没spin。那么如何在使用BetaSchemaForm且layoutType="ModalForm"的情况下给form套spin呢。
<Spin spinning={xxxloading}> <BetaSchemaForm title={isEdit ? '修改服务项目' : '新增服务项目'} width={'80%'} form={form} layout="horizontal" layoutType="ModalForm" grid colProps={{ span: 8 }} autoFocusFirstInput modalProps={{ destroyOnClose: true, onCancel: () => props.setAddServiceItemVisible(false), open: props?.addServiceItemvisible, className: styles.addChildForm, }}
Beta Was this translation helpful? Give feedback.
All reactions