diff --git a/.env.development b/.env.development index 69e358de..77eb0258 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ -REACT_APP_HOST = http://localhost:8080/ +REACT_APP_HOST = http://192.168.0.24:8080/ REACT_APP_WS_HOST = ws://localhost:8081/ws REACT_APP_IMAGE_HOST = https://palnet-file.s3.ap-northeast-2.amazonaws.com/ diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 20f71073..4ee9ac1b 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -718,3 +718,7 @@ background-size: 75% auto; .datepicker-border-sm{border:1px solid #404656;padding:0 20px;border-radius:20px;} .datepicker-border-sm input{width:100px;height:34px;padding:0 0 0 1rem;} + +.m_ft{display:flex;align-items:flex-end; justify-content: space-between;} +.m_ft_box{flex:0 0 49%} +.m_ft_box + .m_ft_box{margin-left:1%} \ No newline at end of file diff --git a/src/components/basis/flight/plan/FlightPlanAreaForm.js b/src/components/basis/flight/plan/FlightPlanAreaForm.js index a07daf45..2de40024 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaForm.js +++ b/src/components/basis/flight/plan/FlightPlanAreaForm.js @@ -67,7 +67,7 @@ const FlightPlanAreaForm = () => {
- +
- - + + +
@@ -96,9 +97,9 @@ const FlightPlanAreaForm = () => { name='ownerNm' size='sm' placeholder='m' - /> - - + /> +
+
{ size='sm' placeholder='ft' /> +
diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index 44a55929..bed2c681 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -44,6 +44,7 @@ const FlightPlanAreaMap = () => {
+ ) } diff --git a/src/components/basis/flight/plan/FlightPlanForm.js b/src/components/basis/flight/plan/FlightPlanForm.js index 624aaa22..708f1b8f 100644 --- a/src/components/basis/flight/plan/FlightPlanForm.js +++ b/src/components/basis/flight/plan/FlightPlanForm.js @@ -81,7 +81,7 @@ const FlightPlanForm = (props) => { - + { - + - + @@ -262,7 +262,7 @@ const FlightPlanForm = (props) => {
- + - -
-
- - + - - + + +
@@ -324,8 +321,8 @@ const FlightPlanForm = (props) => { size='sm' placeholder='m' /> - - +
+
{ size='sm' placeholder='ft' /> - +
+
+