|
@@ -8,6 +8,7 @@ import {
|
|
|
} from "@ant-design/icons";
|
|
} from "@ant-design/icons";
|
|
|
import SettingArticle from "../../auth/setting/SettingArticle";
|
|
import SettingArticle from "../../auth/setting/SettingArticle";
|
|
|
import DictComponent from "../../dict/DictComponent";
|
|
import DictComponent from "../../dict/DictComponent";
|
|
|
|
|
+import TermCreate from "../../studio/term/TermCreate";
|
|
|
|
|
|
|
|
const setting = (
|
|
const setting = (
|
|
|
<>
|
|
<>
|
|
@@ -55,7 +56,9 @@ const Widget = () => {
|
|
|
<div ref={divDict} style={stylePanel}>
|
|
<div ref={divDict} style={stylePanel}>
|
|
|
<DictComponent />
|
|
<DictComponent />
|
|
|
</div>
|
|
</div>
|
|
|
- <div ref={divTerm} style={stylePanel}></div>
|
|
|
|
|
|
|
+ <div ref={divTerm} style={stylePanel}>
|
|
|
|
|
+ <TermCreate type="inline" />
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|