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; }