diff --git a/src/components/PanelComponents/FormEditor/index.tsx b/src/components/PanelComponents/FormEditor/index.tsx index 7c92e98..0d326cc 100644 --- a/src/components/PanelComponents/FormEditor/index.tsx +++ b/src/components/PanelComponents/FormEditor/index.tsx @@ -163,11 +163,11 @@ const FormEditor = (props: FormEditorProps) => { ); })} - + {/*
- +
*/} ); }; diff --git a/src/global.css b/src/global.css index 36dc791..08649f5 100644 --- a/src/global.css +++ b/src/global.css @@ -72,6 +72,9 @@ body { padding-right: 10px!important; padding-bottom: 40px; } +#form_editor { + margin-bottom: 100px; +} #form_editor .ant-form-item-label > label { position: fixed; color: #4A4A4A; diff --git a/src/pages/editor/Container.tsx b/src/pages/editor/Container.tsx index 072e57b..02ed2f0 100644 --- a/src/pages/editor/Container.tsx +++ b/src/pages/editor/Container.tsx @@ -33,6 +33,7 @@ import styles from './index.less'; // import { useGetBall } from 'react-draggable-ball'; import { dooringContext } from '@/layouts'; import { throttle } from '@/utils/tool'; +import { Button } from 'antd'; const { TabPane } = Tabs; @@ -243,6 +244,9 @@ const Container = (props: { onSave={handleFormSave} onDel={handleDel} /> + {/*
+ +
*/} ) : (
@@ -550,6 +554,28 @@ const Container = (props: { > {!rightColla ? : }
+
+ +