Commit 0c352685 by zhaochengxiang

bug fix

parent c338435f
...@@ -329,7 +329,9 @@ const DDLDetail = ({ config, setConfig }) => { ...@@ -329,7 +329,9 @@ const DDLDetail = ({ config, setConfig }) => {
} }
</Form> </Form>
<div className='mt-2'> <div className='mt-2'>
<Spin spinning={loadingDDL}>
<Input.TextArea value={ddl??''} style={{ height: 'calc(80vh - 70px)', resize: 'none' }} /> <Input.TextArea value={ddl??''} style={{ height: 'calc(80vh - 70px)', resize: 'none' }} />
</Spin>
</div> </div>
</> </>
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment