diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 2a635ea..beb34ed 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -158,7 +158,7 @@ export default function CanvasPage() { {/* */} {/* 지붕모듈선택 */} - {/* */} + {/* 육지붕모듈 선택 */} {/* */} diff --git a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx index 79c2bab..eaac2b1 100644 --- a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx +++ b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx @@ -110,30 +110,53 @@ export default function RoofModuleOptionTab02({setTabNum}){ -
+ {/* 2025-05-07 st */} +
モジュール配置領域
-
- 軒側 -
- +
+
+ 軒側 +
+ +
+ mm
- mm -
-
- 棟側 -
- +
+ 棟側 +
+ +
+ mm
- mm -
-
- けらぱ -
- +
+ けらぱ +
+ +
+ mm
- mm
+
+
モジュール間の間隙
+
+
+ 左右 +
+ +
+ mm +
+
+ 上下 +
+ +
+ mm +
+
+
+ {/* 2025-05-07 ed */}
diff --git a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab03.jsx b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab03.jsx index fed64f5..4d9e777 100644 --- a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab03.jsx +++ b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab03.jsx @@ -237,6 +237,7 @@ export default function RoofModuleOptionTab03({setTabNum}){
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 132a243..c0ff08c 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -280,7 +280,7 @@ export default function PublishPage() {
  • 2025-03-13
  • * popup spinner 추가
  • */} -
      + {/*
      • 2025-03-14
      • * 회로설정 팝업 마지막 셀렉트 추가
      @@ -292,6 +292,11 @@ export default function PublishPage() {
      • 2025-03-19
      • * 육지붕 모듈 팝업 2페이지 수정
      • +
      */} +
        +
      • 2025-05-07
      • +
      • * 지붕 모듈 팝업 2페이지 상하좌우 입력 추가
      • +
      • * 지붕 모듈 팝업 3페이지 버튼
      2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index fef7c2f..7b94f2b 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -2363,20 +2363,6 @@ $alert-color: #101010; } } -.module-area{ - display: flex; - align-items: center; - .module-area-title{ - flex: none; - font-size: 12px; - color: #fff; - font-weight: 500; - margin-right: 20px; - } - .outline-form{ - flex: 1; - } -} .placement-name-guide{ font-size: 11px; @@ -2422,4 +2408,32 @@ $alert-color: #101010; overflow: hidden; height: 0; } +} + +// 2025-05-07 지붕모듈 +.module-input-area{ + display: flex; + align-items: center; + margin-top: 10px; + .module-area-title{ + flex: none; + font-size: 12px; + color: #fff; + font-weight: 500; + margin-right: 20px; + } + .module-input-wrap{ + width: 100%; + display: flex; + .outline-form{ + width: calc(33.333% - 10px); + margin-right: 15px; + &:last-child{ + margin-right: 0; + } + .input-grid{ + width: 100%; + } + } + } } \ No newline at end of file