Browse Source

비행이력현황 간격 수정

pull/2/head
junh_eee(이준희) 2 years ago
parent
commit
f9dc332ec3
  1. 3
      src/containers/analysis/history/AnalysisHistoryContainer.js

3
src/containers/analysis/history/AnalysisHistoryContainer.js

@ -297,7 +297,7 @@ export const AnalysisHistoryContainer = props => {
return ( return (
<CustomMainLayout title={titleName}> <CustomMainLayout title={titleName}>
{/* <div className='pal-card-box'> */} {/* <div className='pal-card-box'> */}
<div className='mt-2 pal-card-box'> <div className='pal-card-box'>
<Row> <Row>
{/* <Col sm='4'> {/* <Col sm='4'>
<FlightPlanGroupGrid <FlightPlanGroupGrid
@ -310,7 +310,6 @@ export const AnalysisHistoryContainer = props => {
</Col> */} </Col> */}
{/* <Col sm='4'> */} {/* <Col sm='4'> */}
<Col sm='12' lg='12'> <Col sm='12' lg='12'>
{user ? ( {user ? (
<> <>
<FlightPlanGroupGrid <FlightPlanGroupGrid

Loading…
Cancel
Save