From 9e49a7f5c9b5a76a2556230fda6c32229c435478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 4 Oct 2024 17:20:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=B4=20=ED=9D=90=EB=A6=84=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=ED=8C=9D=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/canvas/page.jsx | 2 +- src/styles/_modal.scss | 24 +----------------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 0c04d0b..d9c8f90 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -48,7 +48,7 @@ export default function CanvasPage() { {/* 배치면 초기 설정 */} - + {/* */} {/* 캔버스 기본 셋팅 */} {/* {modalOption.option && } */} diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 3bfc104..17eb7ff 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1035,6 +1035,7 @@ $alert-color: #101010; // 면 흐름 설정 .drawing-flow-wrap{ display: flex; + gap: 10px; .discrimination-box{ flex: 1; display: flex; @@ -1137,26 +1138,3 @@ $alert-color: #101010; } } } - - - - - - - - - - - - - - - - - - - - - - -