diff --git a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx index 5dfaead..1d8a82b 100644 --- a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx +++ b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx @@ -27,92 +27,196 @@ export default function RoofAllocation() { -
-
-
- - -
-
-
-
-
- -
- 基本屋根材 -
+
+
+
+
+ +
-
+
+
+
+
+ +
+ 基本屋根材 +
+
+ +
+
+ W +
+ +
+
+
+ L +
+ +
+
+
+
- W -
+ 垂木の +
-
-
- L -
-
-
-
-
- 垂木の間隔 -
- +
+
+ 垂木の間隔 +
+ +
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
-
- -
- -
-
-
-
- W -
- -
-
-
- L -
- + +
+
+ +
-
-
- 垂木の間隔 -
- +
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+ W +
+ +
+
+
+ L +
+ +
+
+ +
+
+
+ 垂木の間隔 +
+ +
+
+
+
+
+ + +
+
+ +
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+ W +
+ +
+
+
+ L +
+ +
+
+ +
+
+
+ 垂木の間隔 +
+ +
+
+
+
+
+ +
-
-
- - +
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+ W +
+ +
+
+
+ L +
+ +
+
+ +
+
+
+ 垂木の間隔 +
+ +
+
+
+
+
+ + +
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 8bd8f42..0111b8a 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -209,11 +209,15 @@ export default function PublishPage() {
  • 2024-12-11
  • *배치면 초기설정 팝업 마지막 설정 버튼 추가
  • -
      +
      • 2024-12-17
      • *배치면 초기설정 팝업 W,L input box 변환
      • *지붕면할당 팝업 W,L input box 변환
      +
        +
      • 2025-01-03
      • +
      • *지붕면 할당 팝업 y스크롤 생성
      • +
      2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 9b1085f..582138a 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -251,6 +251,20 @@ $alert-color: #101010; border-bottom: 1px solid #424242; } } +.grid-option-overflow{ + max-height: 350px; + overflow-y: auto; + &::-webkit-scrollbar { + width: 4px; + background-color: transparent; + } + &::-webkit-scrollbar-thumb { + background-color: #D9D9D9; + } + &::-webkit-scrollbar-track { + background-color: transparent; + } +} .grid-option-wrap{ .grid-option-box{ display: flex;