From 019ec950986190c580f563d09216c4b5178be39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E7=A7=A6=E8=BF=9B?= Date: Thu, 30 Jun 2022 08:36:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20frontend/src/app/pages/MainPage/pages/?= =?UTF-8?q?SchedulePage/EditorPage/index.tsx.=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/SchedulePage/EditorPage/index.tsx | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx b/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx index 1fa8367c..5ee755e6 100644 --- a/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx +++ b/frontend/src/app/pages/MainPage/pages/SchedulePage/EditorPage/index.tsx @@ -253,20 +253,33 @@ export const EditorPage: FC = () => { - ) : ( + ) : ( isAdd ? ( + + + + ) : ( <> - + {!isAdd && ( { )} ) + ) } /> -- Gitee