From a6b57625060575410df49b276cac907b7226a560 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Tue, 12 Nov 2024 00:18:28 +0800 Subject: [PATCH] style: basepanel icon --- .../src/components/editor/basic/BasicPanel.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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="字段内容" /> - + /> );