diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 1162d5eb..e1c65320 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1271,4 +1271,7 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .distance-check .btn-box .btn-icon:hover{box-shadow:none;} .distance-check .text{margin-top:6px} .distance-check .text p{font-weight:400;} -.distance-check .text p .finish{display:block;margin-top:-4px;font-weight:400;color:#0090d8} \ No newline at end of file +.distance-check .text p .finish{display:block;margin-top:-4px;font-weight:400;color:#0090d8} + +.list-input .form-group label{font-size: .875rem;font-weight: 500;} +.list-input .form-group{margin-bottom:0;} \ No newline at end of file diff --git a/src/components/flight/NewFlightApprovalsReport.js b/src/components/flight/NewFlightApprovalsReport.js index d272b687..5b9ff6b9 100644 --- a/src/components/flight/NewFlightApprovalsReport.js +++ b/src/components/flight/NewFlightApprovalsReport.js @@ -1,6 +1,6 @@ import { useState, useEffect, useRef } from 'react'; import Flatpickr from 'react-flatpickr'; -import { Button, Input, CustomInput, Col, Row } from '@component/ui'; +import { Button, Input, CustomInput, Col, Row, FormGroup, Label } from '@component/ui'; import { Search, Calendar } from 'react-feather'; import dayjs from 'dayjs'; import { @@ -54,10 +54,9 @@ export default function NewFlightApprovalsReport(props) {
-
-

신청일자

-
-
+ + +
+
-
-

신청번호

-
- props.setFilterId(e.target.value)} - onKeyPress={handleKeyDown} - /> + + + props.setFilterId(e.target.value)} + onKeyPress={handleKeyDown} + /> +
-
-

검토결과

-
- props.setReviewedType(e.target.value)} - onKeyPress={handleKeyDown} - > - {Object.values( - props.pageName === 'control' - ? FlightCategory.Control - : FlightCategory.Operation - ).map(item => ( - - ))} - + + + props.setReviewedType(e.target.value)} + onKeyPress={handleKeyDown} + > + {Object.values( + props.pageName === 'control' + ? FlightCategory.Control + : FlightCategory.Operation + ).map(item => ( + + ))} + +