From aabf3288df2586a597435d81548598b5b90a32fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 3 Jan 2025 17:59:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=A9=B4=20=ED=95=A0?= =?UTF-8?q?=EB=8B=B9=20=ED=8C=9D=EC=97=85=20y=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modal/roofallocation/RoofAllocation.jsx | 246 +++++++++++++----- src/components/publishpage/PublishPage.jsx | 6 +- src/styles/_modal.scss | 14 + 3 files changed, 194 insertions(+), 72 deletions(-) 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;