Browse Source

report 롤백

master
sanguu516 6 months ago
parent
commit
c74d2a1284
  1. 9
      src/components/flight/FlightApprovalsReport.js

9
src/components/flight/FlightApprovalsReport.js

@ -21,16 +21,17 @@ export default function FlightApprovalsReport(props) {
</div>
<div
className='layer-search layer-search-form'
style={{ width: '480px' }}
style={{ width: '490px' }}
>
<InputGroup>
<div style={{ position: 'relative' }}>
<div style={{ position: 'relative', borderRadius: '12px' }}>
<Input
type='text'
placeholder={`민원 번호 또는 승인 결과를 입력해 주세요.`}
value={filterId}
style={{
width: '480px'
width: '490px',
borderRadius: '12px'
}}
onKeyPress={handlerKeyPress}
onChange={e => setFilterId(`${e.target.value}`)}
@ -38,7 +39,7 @@ export default function FlightApprovalsReport(props) {
<Search
style={{
position: 'absolute',
right: '5px',
right: '6px',
top: '50%',
transform: 'translateY(-50%)',
cursor: 'pointer',

Loading…
Cancel
Save