diff --git a/packages/xgen/components/edit/FlowBuilder/components/Canvas/index.tsx b/packages/xgen/components/edit/FlowBuilder/components/Canvas/index.tsx
index 424aee59..2cb55098 100644
--- a/packages/xgen/components/edit/FlowBuilder/components/Canvas/index.tsx
+++ b/packages/xgen/components/edit/FlowBuilder/components/Canvas/index.tsx
@@ -416,7 +416,7 @@ const Index = (props: IProps) => {
title={is_cn ? '插入' : 'Insert'}
placement={fullscreen ? 'bottom' : 'top'}
>
-
+
@@ -453,7 +453,7 @@ const Index = (props: IProps) => {
) : (
setFullscreen(false)}
>
diff --git a/packages/xgen/components/edit/FormBuilder/components/Canvas/index.tsx b/packages/xgen/components/edit/FormBuilder/components/Canvas/index.tsx
index 41d0d253..3a488313 100644
--- a/packages/xgen/components/edit/FormBuilder/components/Canvas/index.tsx
+++ b/packages/xgen/components/edit/FormBuilder/components/Canvas/index.tsx
@@ -384,7 +384,7 @@ const Index = (props: IProps) => {
title={is_cn ? '插入' : 'Insert'}
placement={props.fullscreen ? 'bottom' : 'top'}
>
-
+
@@ -413,7 +413,7 @@ const Index = (props: IProps) => {
) : (
props.setFullscreen(false)}
>