diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 2a635ea..ba2d22a 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -158,10 +158,10 @@ export default function CanvasPage() { {/* */} {/* 지붕모듈선택 */} - {/* */} + {/* 육지붕모듈 선택 */} - {/* */} + {/* 회로 및 가대설정 */} {/* */} diff --git a/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx b/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx index 7e2017b..120d4ae 100644 --- a/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx +++ b/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx @@ -17,7 +17,7 @@ export default function HexagonalRoofTab01({setTabNum}){
setCompasDeg(225)}>
setCompasDeg(240)}>
setCompasDeg(255)}>
-
setCompasDeg(270)}>270°
+
setCompasDeg(270)}>-90°
setCompasDeg(285)}>
setCompasDeg(300)}>
setCompasDeg(315)}>
@@ -44,7 +44,7 @@ export default function HexagonalRoofTab01({setTabNum}){
- +
diff --git a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx index e7b8b5d..57730cd 100644 --- a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx +++ b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx @@ -17,7 +17,7 @@ export default function RoofModuleOptionTab01({setTabNum}){
setCompasDeg(225)}>
setCompasDeg(240)}>
setCompasDeg(255)}>
-
setCompasDeg(270)}>270°
+
setCompasDeg(270)}>-90°
setCompasDeg(285)}>
setCompasDeg(300)}>
setCompasDeg(315)}>
@@ -44,7 +44,7 @@ export default function RoofModuleOptionTab01({setTabNum}){
- +
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 72d9b3d..5228dac 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -191,12 +191,16 @@ export default function PublishPage() {
  • *보조선 작성 팝업 보조선 절삭 버튼 추가
  • *지붕모듈 기본설정 팝업 변경
  • -
      +
      • 2024-12-03
      • *견적서 메뉴 상단버튼 추가
      • *견적서 파일 목록 복구버튼 추가
      • *견적서 체크박스 목록 html 변환
      +
        +
      • 2024-12-04
      • +
      • *지붕기본모듈, 육지붕기본모듈 나침반 마크업 변경
      • +
      2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index b498765..50e2a4e 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1308,23 +1308,23 @@ $alert-color: #101010; height: 253px; .circle{ top: 86%; - &:nth-child(1), - &:nth-child(7), - &:nth-child(13), - &:nth-child(19){ - &::before{ - content: ''; - position: absolute; - top: 20px; - left: 50%; - transform: translateX(-50%); - width: 1px; - height: 6px; - background-color: #8B8B8B; - } - } + // &:nth-child(1), + // &:nth-child(7), + // &:nth-child(13), + // &:nth-child(19){ + // &::before{ + // content: ''; + // position: absolute; + // top: 20px; + // left: 50%; + // transform: translateX(-50%); + // width: 1px; + // height: 6px; + // background-color: #8B8B8B; + // } + // } i{ - top: 32px; + top: 22px; } &.act{ i{color: #8B8B8B;}