From da11d9d3ff2a31bef9c242554bb60e5fad6346f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 11 Dec 2024 16:12:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=B9=98=EB=A9=B4=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/canvas/page.jsx | 6 +++--- .../canvas/modal/placementsetting/PlacementSettingPop.jsx | 6 ++++++ src/components/publishpage/PublishPage.jsx | 6 +++++- src/styles/_modal.scss | 8 ++++++++ 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 24db7aa..9419869 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -89,7 +89,7 @@ export default function CanvasPage() { {/* */} {/* 배치면 초기 설정 */} - {/* */} + {/* 캔버스 기본 셋팅 */} {/* {modalOption.option && } */} @@ -118,7 +118,7 @@ export default function CanvasPage() { {/* */} {/* 동선이동∙형 올림 내림 */} - + {/* */} {/* 외벽선 편집 및 오프셋 */} {/* */} @@ -129,7 +129,7 @@ export default function CanvasPage() { {/* */} {/* 지붕면 할당 */} - {/* */} + {/* 경사 설정 */} {/* */} diff --git a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx index 99f236f..640f6b3 100644 --- a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx +++ b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx @@ -105,6 +105,12 @@ export default function PlacementSettingPop(){ +
+
+ + +
+
{/* case02 */} {/*
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index c827914..30c4cf3 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -201,10 +201,14 @@ export default function PublishPage() {
  • 2024-12-04
  • *지붕기본모듈, 육지붕기본모듈 나침반 마크업 변경
  • -
      +
      • 2024-12-09
      • *동선이동∙형 올림 내림 팝업 각 탭 첫번째 인풋제거
      +
        +
      • 2024-12-11
      • +
      • *배치면 초기설정 팝업 마지막 설정 버튼 추가
      • +
      2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 50e2a4e..3fb4155 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -457,6 +457,14 @@ $alert-color: #101010; } } +// 2024-12-11 +// .placement-roof-btn-wrap{ +// display: flex; +// align-items: center; +// margin-left: auto; +// max-width: 250px; +// } + .pop-form-radio{ display: flex; align-items: center;