Browse Source

검색css 제거

master
sanguu516 3 months ago
parent
commit
43dbb1cb16
  1. 5
      src/components/flight/FlightApprovalsReport.js

5
src/components/flight/FlightApprovalsReport.js

@ -52,10 +52,7 @@ export default function FlightApprovalsReport(props) {
onChange={e => setFilterId(`${e.target.value}`)} onChange={e => setFilterId(`${e.target.value}`)}
/> />
</div> </div>
<div <div className='search-box'>
className='search-box'
style={{ display: 'flex', justifyContent: 'start' }}
>
<div <div
className='search-list-ti' className='search-list-ti'
style={{ style={{

Loading…
Cancel
Save