From 7e1058a5a91055087f1ce1bc0dfea5dec29ecd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 31 Oct 2024 15:06:01 +0900 Subject: [PATCH] =?UTF-8?q?grid=20important=20row=20=EC=BB=AC=EB=9F=AC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/canvas/page.jsx | 6 +++--- src/styles/_grid-detail.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index b2f4e0a..147c3f9 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -95,7 +95,7 @@ export default function CanvasPage() { {/* 점·선 그리드 설정 */} {/* {modalOption.gridoption && } */} {/* {modalOption.gridcopy && } */} - {modalOption.gridmove && } + {/* {modalOption.gridmove && } */} {/* 외벽선 그리기 */} {/* {modalOption.outerwall && } */} @@ -123,8 +123,8 @@ export default function CanvasPage() { {/* 보조선 사이즈, 이동, 복사 */} {/* */} - - + {/* */} + {/* */} {/* 지붕면 할당 */} {/* */} diff --git a/src/styles/_grid-detail.scss b/src/styles/_grid-detail.scss index 1f6a227..d6f34b1 100644 --- a/src/styles/_grid-detail.scss +++ b/src/styles/_grid-detail.scss @@ -39,7 +39,7 @@ background-color: #F7F9FA; } &.important_row{ - background-color: #e7e7e7; + background-color: #f5fcff; } } .ag-cell{