From 858e49ea85150ce512feaecdc08a834fe835a790 Mon Sep 17 00:00:00 2001 From: Seunghyo Date: Wed, 22 May 2024 00:23:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9E=91=EC=84=B1=EC=99=84=EB=A3=8C=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=EC=88=98=EC=A0=95=EC=A4=91=EC=97=90?= =?UTF-8?q?=EB=8A=94=20=EC=88=A8=EA=B8=B0=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ApplyEditPage.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/pages/ApplyEditPage.tsx b/src/pages/ApplyEditPage.tsx index a1a5cc4..1842133 100644 --- a/src/pages/ApplyEditPage.tsx +++ b/src/pages/ApplyEditPage.tsx @@ -277,13 +277,15 @@ const ApplyEditPage: React.FC = () => { - - 작성완료 - (!editing ? handleCompeletedButton() : null)} - /> - + {!editing && ( + + 작성완료 + (!editing ? handleCompeletedButton() : null)} + /> + + )} {editing ? ( ` display: inline-flex; padding: 0.625rem 4rem; justify-content: center; - align-items: center; + align-items: end; color:#FFF; gap: 0.625rem; font-size: 1rem;