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;