mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
解决原图表组件右侧面板展示不正常的问题 [amis-saas-5662]
Change-Id: Iac2e5d5d33065a8d22130268f309cf8e63a7440d
This commit is contained in:
parent
df95a0e73a
commit
e650d6839a
@ -9,13 +9,13 @@ import {
|
||||
} from 'amis-editor-core';
|
||||
import {defaultValue, getSchemaTpl, } from 'amis-editor-core';
|
||||
import {diff} from 'amis-editor-core';
|
||||
import AMisCodeEditor from 'amis-editor-core';
|
||||
import {CodeEditor as AmisCodeEditor} from 'amis-editor';
|
||||
import {RendererPluginAction} from 'amis-editor-core';
|
||||
|
||||
const ChartConfigEditor = ({value, onChange}: any) => {
|
||||
return (
|
||||
<div className="ae-JsonEditor">
|
||||
<AMisCodeEditor value={value} onChange={onChange} />
|
||||
<AmisCodeEditor value={value} onChange={onChange} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user