mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +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';
|
} from 'amis-editor-core';
|
||||||
import {defaultValue, getSchemaTpl, } from 'amis-editor-core';
|
import {defaultValue, getSchemaTpl, } from 'amis-editor-core';
|
||||||
import {diff} 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';
|
import {RendererPluginAction} from 'amis-editor-core';
|
||||||
|
|
||||||
const ChartConfigEditor = ({value, onChange}: any) => {
|
const ChartConfigEditor = ({value, onChange}: any) => {
|
||||||
return (
|
return (
|
||||||
<div className="ae-JsonEditor">
|
<div className="ae-JsonEditor">
|
||||||
<AMisCodeEditor value={value} onChange={onChange} />
|
<AmisCodeEditor value={value} onChange={onChange} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user