Browse Source

.

feature/flight-area
junh_eee(이준희) 2 years ago
parent
commit
ca450f2a18
  1. 23
      src/components/basis/flight/plan/FlightPlanAreaDetailForm.js

23
src/components/basis/flight/plan/FlightPlanAreaDetailForm.js

@ -39,8 +39,15 @@ const FlightPlanAreaDetailForm = (props) => {
// } // }
return ( return (
<Card className='mb-0'> // <Card className='mb-0'>
<CardBody> <Row>
<Col sm='12'>
<Card>
<CardBody className='pt-2 card-body-tab-cont'>
<Row>
<Col>
<Card>
<CardBody className='pal-card-body'>
<div className='search-cont search-info pd-0'> <div className='search-cont search-info pd-0'>
<div className='cont-ti mb-1 d-flex justify-content-between align-items-sm-center align-items-start flex-sm-row'> <div className='cont-ti mb-1 d-flex justify-content-between align-items-sm-center align-items-start flex-sm-row'>
<div> <div>
@ -134,7 +141,7 @@ const FlightPlanAreaDetailForm = (props) => {
type='text' type='text'
id='ownerNm' id='ownerNm'
name='ownerNm' name='ownerNm'
size='sm' bsSize='sm'
placeholder='반경' placeholder='반경'
readOnly readOnly
/> />
@ -144,7 +151,7 @@ const FlightPlanAreaDetailForm = (props) => {
type='text' type='text'
id='ownerNm' id='ownerNm'
name='ownerNm' name='ownerNm'
size='sm' bsSize='sm'
placeholder='고도' placeholder='고도'
readOnly readOnly
/> />
@ -158,7 +165,7 @@ const FlightPlanAreaDetailForm = (props) => {
type='text' type='text'
id='ownerNm' id='ownerNm'
name='ownerNm' name='ownerNm'
size='sm' bsSize='sm'
placeholder='' placeholder=''
readOnly readOnly
/> />
@ -187,6 +194,12 @@ const FlightPlanAreaDetailForm = (props) => {
</div> </div>
</CardBody> </CardBody>
</Card> </Card>
</Col>
</Row>
</CardBody>
</Card>
</Col>
</Row>
) )
} }

Loading…
Cancel
Save