固定code编辑的长度

This commit is contained in:
yuruo
2024-07-02 18:20:58 +08:00
parent 67f1e24876
commit 243032e154

View File

@@ -37,6 +37,7 @@ export default function CodeEditor(props: CodeEditorProps) {
<Spin spinning={isCodeLoading} tip="根据自动化方案生成代码中,请稍等...">
<CodeMirror
maxHeight='550px'
maxWidth='850px'
className='code-mirror'
value={defaultValue}
onChange={async (value) => {