From e85cdaeaf619f284785e7b30db1f67991a8a6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 17 Dec 2024 14:34:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=B9=98=EB=A9=B4=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85,=20=EC=A7=80?= =?UTF-8?q?=EB=B6=95=EB=A9=B4=20=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=9E=AC=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../placementsetting/PlacementSettingPop.jsx | 10 +++++----- .../modal/roofallocation/RoofAllocation.jsx | 15 ++++++++++----- src/styles/_modal.scss | 3 +++ 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx index d5380cb..a2d9bf1 100644 --- a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx +++ b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx @@ -12,7 +12,7 @@ const SelectOption04 = [ export default function PlacementSettingPop(){ return( -
+

配置面初期設定

@@ -94,8 +94,8 @@ export default function PlacementSettingPop(){
垂木の間隔 -
- +
+
@@ -114,7 +114,7 @@ export default function PlacementSettingPop(){
垂木の間隔 -
+
@@ -146,7 +146,7 @@ export default function PlacementSettingPop(){
垂木の間隔 -
+
diff --git a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx index 86357b7..5dfaead 100644 --- a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx +++ b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx @@ -5,13 +5,13 @@ const SelectOption01 = [ {name: '瓦53A',}, {name: '瓦53A'}, {name: '瓦53A'}, {name: '瓦53A'} ] const SelectOption04 = [ - {name: '455'}, {name: '455'}, {name: '455'}, {name: '455'} + {name: '세로 455mm이하'}, {name: '455'}, {name: '455'}, {name: '455'} ] export default function RoofAllocation() { return( -
+

屋根面の割り当て

@@ -55,9 +55,11 @@ export default function RoofAllocation() {
+
+
垂木の間隔 -
+
@@ -97,10 +99,13 @@ export default function RoofAllocation() {
+ +
+
垂木の間隔 -
- +
+
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 3fb4155..2cedb68 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -81,6 +81,9 @@ $alert-color: #101010; &.l{ width: 800px; } + &.ll{ + width: 900px; + } &.mount{ animation: mountpop .17s ease-in-out forwards; }