From 6bbe4c6657ffb79f2c5640ba88b823308c1af455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 27 Sep 2024 15:51:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=85=8B=ED=8C=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 | 5 +++-- src/styles/_modal.scss | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index ece6333..6f386e8 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -31,7 +31,7 @@ export default function CanvasPage() { {/* */} {/* 캔버스 기본 셋팅 */} - {/* {modalOption.option && } */} + {modalOption.option && } {/* 점·선 그리드 설정 */} {/* {modalOption.gridoption && } */} @@ -39,8 +39,9 @@ export default function CanvasPage() { {/* {modalOption.gridmove && } */} {/* 외벽선 그리기 */} - {modalOption.outerwall && } + {/* {modalOption.outerwall && } */} + {/* 외벽선 속성 설정 */} {/* */} diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 4711960..6309f50 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -124,6 +124,7 @@ $alert-color: #101010; gap: 10px; margin-top: 15px; &.for2{ + justify-content: flex-end; button{ width: calc(50% - 5px); }