diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/weekendCsWork.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/weekendCsWork.jsp index a810f0af..a5b52a7e 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/weekendCsWork.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/weekendCsWork.jsp @@ -197,10 +197,15 @@ function fnSetCalMonth(val) { .pageCont .tbType1 thead tr th, .pageCont .tbType1 tbody tr td {font-size:14px;} .btnType.btnType20{min-width: 0;} +.contWrap{position: relative; width: 100%; height: 90%; min-height: auto; left: 0; top: 0; padding: 0;} +.contWrap::after{display: none;} +.pageCont{min-height: 100%;} +html{height: 100%;} +body{height: 94%;}
-