diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index a9f90d9..81f1c34 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -904,4 +904,8 @@ background-size: 75% auto; .rdt_Pagination{border-top:1px solid rgba(0,0,0,.12);} .laanc-btn{width:100%;font-size:1rem} .onstop-link a{width:100%;color: #8a1c05} -.onstop-link a + a{margin-top:10px} \ No newline at end of file +.onstop-link a + a{margin-top:10px} +.pal-card-box .laanc-btn{max-width:280px} + +.laanc-dim{position: absolute;width:100%;height:100vh;background:rgb(0, 0, 0, 0.5);top:0;left:0;} +.laanc-layout{position:absolute;top:0;right:0;width:400px;height:100vh;background:red;z-index: 999;} \ No newline at end of file diff --git a/src/components/basis/flight/plan/FlightPlanSearch.js b/src/components/basis/flight/plan/FlightPlanSearch.js index c028dc0..8b85067 100644 --- a/src/components/basis/flight/plan/FlightPlanSearch.js +++ b/src/components/basis/flight/plan/FlightPlanSearch.js @@ -119,7 +119,7 @@ const FlightPlanSearch = ({ - {/*
+
승인여부
@@ -158,7 +158,7 @@ const FlightPlanSearch = ({
-
*/} + diff --git a/src/containers/basis/flight/plan/FlightPlanContainer.js b/src/containers/basis/flight/plan/FlightPlanContainer.js index ad15357..a457640 100644 --- a/src/containers/basis/flight/plan/FlightPlanContainer.js +++ b/src/containers/basis/flight/plan/FlightPlanContainer.js @@ -179,10 +179,11 @@ const FlightPlanContainer = () => { dispatch(FlightAction.FLIGHT_PLAN_LIST.request({ ...searchData, page })); }; return ( - + +
- {/* + {user ? ( <> { ) : ( <> )} - */} + {/* {selectGroup.cstmrSno !== 0 ? ( */} {listSelect.cstmrSno !== 0 ? (