mirror of
https://github.com/yuruotong1/autoMate.git
synced 2026-03-22 13:07:17 +08:00
固定code编辑的长度
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user