diff --git a/apps/fronted/src/components/editor/basic/BasicPanel.tsx b/apps/fronted/src/components/editor/basic/BasicPanel.tsx index 20ff539..33a8fc2 100644 --- a/apps/fronted/src/components/editor/basic/BasicPanel.tsx +++ b/apps/fronted/src/components/editor/basic/BasicPanel.tsx @@ -169,17 +169,17 @@ const CustomField: React.FC = ({ onChange={(value) => onUpdate({ ...field, value })} placeholder="字段内容" /> - + /> );