Browse Source

.

pull/2/head
geun1416 2 years ago
parent
commit
169d01c126
  1. 2
      .env.development
  2. 4
      src/assets/css/custom.css
  3. 14
      src/components/basis/flight/plan/FlightPlanAreaForm.js
  4. 1
      src/components/basis/flight/plan/FlightPlanAreaMap.js
  5. 31
      src/components/basis/flight/plan/FlightPlanForm.js

2
.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_WS_HOST = ws://localhost:8081/ws
REACT_APP_IMAGE_HOST = https://palnet-file.s3.ap-northeast-2.amazonaws.com/ REACT_APP_IMAGE_HOST = https://palnet-file.s3.ap-northeast-2.amazonaws.com/

4
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{border:1px solid #404656;padding:0 20px;border-radius:20px;}
.datepicker-border-sm input{width:100px;height:34px;padding:0 0 0 1rem;} .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%}

14
src/components/basis/flight/plan/FlightPlanAreaForm.js

@ -67,7 +67,7 @@ const FlightPlanAreaForm = () => {
</div> </div>
<div className='search-info-box'> <div className='search-info-box'>
<Row> <Row>
<Col className='list-input' lg={4} md={6} sm={12}> <Col className='list-input' lg={6} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'> <Label for='test'>
<span className='necessary'>*</span>(m) <span className='necessary'>*</span>(m)
@ -85,8 +85,9 @@ const FlightPlanAreaForm = () => {
</div> </div>
<div className='search-info-box'> <div className='search-info-box'>
<Row> <Row>
<Col className='list-input' sm={2}> <Col className='list-input' lg={6} md={6} sm={12}>
<FormGroup> <FormGroup className='m_ft'>
<div className='m_ft_box'>
<Label for='test'> <Label for='test'>
<span className='necessary'>*</span>(m/ft) <span className='necessary'>*</span>(m/ft)
</Label> </Label>
@ -96,9 +97,9 @@ const FlightPlanAreaForm = () => {
name='ownerNm' name='ownerNm'
size='sm' size='sm'
placeholder='m' placeholder='m'
/> />
</FormGroup> </div>
<FormGroup> <div className='m_ft_box'>
<Input <Input
type='text' type='text'
id='ownerNm' id='ownerNm'
@ -106,6 +107,7 @@ const FlightPlanAreaForm = () => {
size='sm' size='sm'
placeholder='ft' placeholder='ft'
/> />
</div>
</FormGroup> </FormGroup>
</Col> </Col>
</Row> </Row>

1
src/components/basis/flight/plan/FlightPlanAreaMap.js

@ -44,6 +44,7 @@ const FlightPlanAreaMap = () => {
<div id="map" style={{ width: '100%', height: '50vh'}}></div> <div id="map" style={{ width: '100%', height: '50vh'}}></div>
</CardBody> </CardBody>
</Card> </Card>
) )
} }

31
src/components/basis/flight/plan/FlightPlanForm.js

@ -81,7 +81,7 @@ const FlightPlanForm = (props) => {
</FormGroup> </FormGroup>
</Col> </Col>
<Col className='list-input' sm={4}> <Col className='list-input' lg={4} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'>팩스번호</Label> <Label for='test'>팩스번호</Label>
<Input <Input
@ -138,17 +138,17 @@ const FlightPlanForm = (props) => {
<Col className='list-input' lg={4} md={6} sm={12}> <Col className='list-input' lg={4} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'> <Label for='test'>
<span className='necessary'></span> <span className='necessary'>*</span>
</Label> </Label>
<Flatpickr size='sm' className='form-control' id='default-picker' /> <Flatpickr size='sm' className='form-control calendar-flat' />
</FormGroup> </FormGroup>
</Col> </Col>
<Col className='list-input' lg={4} md={6} sm={12}> <Col className='list-input' lg={4} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'> <Label for='test'>
<span className='necessary'></span> <span className='necessary'>*</span>
</Label> </Label>
<Flatpickr size='sm' className='form-control' id='default-picker' /> <Flatpickr size='sm' className='form-control calendar-flat' />
</FormGroup> </FormGroup>
</Col> </Col>
</Row> </Row>
@ -262,7 +262,7 @@ const FlightPlanForm = (props) => {
</div> </div>
<div className='search-info-box'> <div className='search-info-box'>
<Row> <Row>
<Col className='list-input' lg={6} md={6} sm={12}> <Col className='list-input' lg={4} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'> <Label for='test'>
<span className='necessary'>*</span> <span className='necessary'>*</span>
@ -276,11 +276,7 @@ const FlightPlanForm = (props) => {
/> />
</FormGroup> </FormGroup>
</Col> </Col>
</Row> <Col className='list-input' lg={4} md={6} sm={12}>
</div>
<div className='search-info-box'>
<Row>
<Col className='list-input' lg={6} md={6} sm={12}>
<FormGroup> <FormGroup>
<Label for='test'> <Label for='test'>
<span className='necessary'>*</span> <span className='necessary'>*</span>
@ -312,8 +308,9 @@ const FlightPlanForm = (props) => {
/> />
</FormGroup> </FormGroup>
</Col> </Col>
<Col className='list-input' sm={2}> <Col className='list-input' lg={4} md={6} sm={12}>
<FormGroup> <FormGroup className='m_ft'>
<div className='m_ft_box'>
<Label for='test'> <Label for='test'>
<span className='necessary'>*</span>(m/ft) <span className='necessary'>*</span>(m/ft)
</Label> </Label>
@ -324,8 +321,8 @@ const FlightPlanForm = (props) => {
size='sm' size='sm'
placeholder='m' placeholder='m'
/> />
</FormGroup> </div>
<FormGroup> <div className='m_ft_box'>
<Input <Input
type='text' type='text'
id='ownerNm' id='ownerNm'
@ -333,7 +330,9 @@ const FlightPlanForm = (props) => {
size='sm' size='sm'
placeholder='ft' placeholder='ft'
/> />
</FormGroup> </div>
</FormGroup>
</Col> </Col>
</Row> </Row>
</div> </div>

Loading…
Cancel
Save