diff --git a/scaleph-ui-react/public/images/EditorResult/folderMinus.svg b/scaleph-ui-react/public/images/EditorResult/folderMinus.svg new file mode 100644 index 000000000..a9f82cc3d --- /dev/null +++ b/scaleph-ui-react/public/images/EditorResult/folderMinus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scaleph-ui-react/public/images/EditorResult/folderOpen.svg b/scaleph-ui-react/public/images/EditorResult/folderOpen.svg new file mode 100644 index 000000000..a4e2f42ec --- /dev/null +++ b/scaleph-ui-react/public/images/EditorResult/folderOpen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\345\210\206\347\261\273.svg" "b/scaleph-ui-react/public/images/EditorResult/\345\210\206\347\261\273.svg" new file mode 100644 index 000000000..6b020b727 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\345\210\206\347\261\273.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\345\210\267\346\226\260.svg" "b/scaleph-ui-react/public/images/EditorResult/\345\210\267\346\226\260.svg" new file mode 100644 index 000000000..a0e64faa3 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\345\210\267\346\226\260.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\345\220\221\344\270\213.svg" "b/scaleph-ui-react/public/images/EditorResult/\345\220\221\344\270\213.svg" new file mode 100644 index 000000000..1e4bcec2b --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\345\220\221\344\270\213.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\345\244\215\345\210\266.svg" "b/scaleph-ui-react/public/images/EditorResult/\345\244\215\345\210\266.svg" new file mode 100644 index 000000000..32a0ac531 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\345\244\215\345\210\266.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\346\210\220\345\212\237.svg" "b/scaleph-ui-react/public/images/EditorResult/\346\210\220\345\212\237.svg" new file mode 100644 index 000000000..78c62e850 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\346\210\220\345\212\237.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\346\220\234\347\264\242.svg" "b/scaleph-ui-react/public/images/EditorResult/\346\220\234\347\264\242.svg" new file mode 100644 index 000000000..406eb7524 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\346\220\234\347\264\242.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\346\222\255\346\224\276.svg" "b/scaleph-ui-react/public/images/EditorResult/\346\222\255\346\224\276.svg" new file mode 100644 index 000000000..26d61443f --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\346\222\255\346\224\276.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\346\237\234\345\255\220.svg" "b/scaleph-ui-react/public/images/EditorResult/\346\237\234\345\255\220.svg" new file mode 100644 index 000000000..0c501e2c8 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\346\237\234\345\255\220.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\346\237\245\347\234\213.svg" "b/scaleph-ui-react/public/images/EditorResult/\346\237\245\347\234\213.svg" new file mode 100644 index 000000000..a6a739f3a --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\346\237\245\347\234\213.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git "a/scaleph-ui-react/public/images/EditorResult/\347\233\256\345\275\225.svg" "b/scaleph-ui-react/public/images/EditorResult/\347\233\256\345\275\225.svg" new file mode 100644 index 000000000..75e3e5b28 --- /dev/null +++ "b/scaleph-ui-react/public/images/EditorResult/\347\233\256\345\275\225.svg" @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/EditMenu/index.tsx b/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/EditMenu/index.tsx index 6889f1f6b..a55b0e443 100644 --- a/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/EditMenu/index.tsx +++ b/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/EditMenu/index.tsx @@ -131,10 +131,10 @@ const RenderTableBox: React.FC = () => {
Table
refreshTableList()}> - +
openSearch()}> - +
diff --git a/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/Editor/index.tsx b/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/Editor/index.tsx index 094555e1a..0da96136d 100644 --- a/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/Editor/index.tsx +++ b/scaleph-ui-react/src/pages/Project/Workspace/Artifact/Sql/CodeEditor/Editor/index.tsx @@ -120,7 +120,7 @@ const CodeEditor: React.FC = () => {