Commit 0c352685 by zhaochengxiang

bug fix

parent c338435f
......@@ -329,7 +329,9 @@ const DDLDetail = ({ config, setConfig }) => {
}
</Form>
<div className='mt-2'>
<Input.TextArea value={ddl??''} style={{ height: 'calc(80vh - 70px)', resize: 'none' }} />
<Spin spinning={loadingDDL}>
<Input.TextArea value={ddl??''} style={{ height: 'calc(80vh - 70px)', resize: 'none' }} />
</Spin>
</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