diff --git a/src/components/floor-plan/modal/flowDirection/FlowDirectionSetting.jsx b/src/components/floor-plan/modal/flowDirection/FlowDirectionSetting.jsx index 8d0ce8c2..b550b424 100644 --- a/src/components/floor-plan/modal/flowDirection/FlowDirectionSetting.jsx +++ b/src/components/floor-plan/modal/flowDirection/FlowDirectionSetting.jsx @@ -60,7 +60,7 @@ export default function FlowDirectionSetting(props) { }, [compasDeg]) return ( -
+

{getMessage('modal.shape.flow.direction.setting')}

-
-
- {Array.from({ length: 180 / 15 + 1 }).map((dot, index) => ( -
setCompasDeg(15 * (12 + index))} - > - {13 - index} +
+
+
+ {Array.from({ length: 180 / 15 + 1 }).map((dot, index) => ( +
setCompasDeg(15 * (12 + index))} + > + {13 - index} +
+ ))} + {Array.from({ length: 180 / 15 - 1 }).map((dot, index) => ( +
setCompasDeg(15 * (index + 1))} + > + {24 - index} +
+ ))} +
+
- ))} - {Array.from({ length: 180 / 15 - 1 }).map((dot, index) => ( -
setCompasDeg(15 * (index + 1))} - > - {24 - index} -
- ))} -
-
diff --git a/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx b/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx index 99b72eb4..decb7fa3 100644 --- a/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx +++ b/src/components/floor-plan/modal/placementShape/PlacementShapeSetting.jsx @@ -180,8 +180,10 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, set - {getMessage('modal.placement.initial.setting.size')} - +
+ {getMessage('modal.placement.initial.setting.size')} + +
@@ -252,8 +254,10 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, set - {getMessage('modal.placement.initial.setting.roof.material')} - +
+ {getMessage('modal.placement.initial.setting.roof.material')} + +