diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 4d80ec5..2a635ea 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -109,7 +109,7 @@ export default function CanvasPage() { {/* */} {/* 지붕형상 수동 설정 */} - + {/* */} {/* 보조선 작성 */} {/* */} @@ -129,7 +129,7 @@ export default function CanvasPage() { {/* */} {/* 지붕면 할당 */} - + {/* */} {/* 경사 설정 */} {/* */} @@ -164,7 +164,7 @@ export default function CanvasPage() { {/* */} {/* 회로 및 가대설정 */} - + {/* */} {/* 모듈 부가기능 */} diff --git a/src/components/canvas/CanvasEstimate.jsx b/src/components/canvas/CanvasEstimate.jsx index 3c69ae3..f61c7fb 100644 --- a/src/components/canvas/CanvasEstimate.jsx +++ b/src/components/canvas/CanvasEstimate.jsx @@ -9,7 +9,7 @@ import { useState } from "react"; import EstimateCopyPop from "./estimatepop/EstimateCopyPop"; export default function CanvasEstimate() { - const [hidden, setHidden] = useState(false); + const [hidden, setHidden] = useState(true); return(
@@ -232,11 +232,10 @@ export default function CanvasEstimate() {

見積もりの具体的な

-
製品情報
-
-
- - +
+ + +
@@ -461,7 +460,7 @@ export default function CanvasEstimate() {
価格表示
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 857411f..9b5bbe0 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -218,13 +218,18 @@ export default function PublishPage() {
  • 2025-01-03
  • *지붕면 할당 팝업 y스크롤 생성
  • -
      +
      • 2025-01-07
      • *배치면 경사 설정 메뉴 제거
      • *지붕면 할당 경사 input 추가
      • *회로 및 가대설정 팝업 전체 마크업 수정
      • *지붕형상 수동 설정 팝업 케라바 경사 input 제거
      +
        +
      • 2025-01-08
      • +
      • *견적서 견적특이사항 영역 수정
      • +
      • *견적서 제품정보 select영역 길이 수정
      • +
      2024-10-28 diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index 4efea15..1a13f77 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -595,6 +595,22 @@ margin-right: 10px; } } + .estimate-check-btn{ + position: relative; + display: flex; + align-items: center; + padding-left: 10px; + &::before{ + content: ''; + position: absolute; + top: 50%; + left: 0; + transform: translateY(-50%); + width: 1px; + height: 11px; + background-color: #D9D9D9; + } + } .product_tit{ position: relative; font-size: 15px; @@ -946,7 +962,7 @@ border: 1px solid #ECF0F4; border-radius: 3px; padding: 24px; - height: 350px; + height: 170px; overflow-y: auto; margin-bottom: 30px; dl{ @@ -999,7 +1015,7 @@ margin-right: 10px; } .select-wrap{ - width: 110px; + width: 150px; } } .product-edit-wrap{