diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 2a635ea..2a7486f 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -103,7 +103,7 @@ export default function CanvasPage() { {/* {modalOption.outerwall && } */} {/* 외벽선 속성 설정 */} - {/* */} + {/* 지붕형상 설정 */} {/* */} diff --git a/src/components/canvas/modal/propertiessetting/PropertiesSetting.jsx b/src/components/canvas/modal/propertiessetting/PropertiesSetting.jsx index 975b8cb..09a65df 100644 --- a/src/components/canvas/modal/propertiessetting/PropertiesSetting.jsx +++ b/src/components/canvas/modal/propertiessetting/PropertiesSetting.jsx @@ -3,7 +3,7 @@ import WithDraggable from "@/components/common/draggable/withDraggable"; export default function PropertiesSetting() { return( -
+

外壁のプロパティの設定

@@ -18,7 +18,8 @@ export default function PropertiesSetting() {
設定
- + +
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 47f0397..a832372 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -243,7 +243,7 @@ export default function PublishPage() {
  • 2025-01-17
  • *면형상 배치 팝업에 handle가능 공통 modal-foot 추가
  • */} -
      + {/*
      • 2025-01-20
      • *지붕모듈 설정 팝업 title, 회로 및 가대설정 팝업title, 해당 메뉴 명칭 변경
      • *배치면 그리기 팝업 버튼명 변경경
      • @@ -260,11 +260,15 @@ export default function PublishPage() {
      • *지붕면 할당 팝업 클래스 및 css수정
      • *기본모듈선택 팝업 요청 수정
      -
        +
        • 2025-02-13
        • *배치면 초기설정 지붕 각도 설정 수정
        • *팝업 공통 양 사이드바 추가
        • *회로설정 팝업 승압설정 영역 수정
        • +
        */} +
          +
        • 2025-02-19
        • +
        • *배치면 선 속성 설정 팝업 버튼 추가
        2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index b6e2d32..a19aba2 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -769,6 +769,13 @@ $alert-color: #101010; background-color: #365f6e; } } + &.gray{ + background-color: #535353; + border: 1px solid #9e9e9e; + &:hover{ + background-color: #6b6b6b; + } + } } } }