From 7326d18314e831cbae59d82c52061d5c9287be68 Mon Sep 17 00:00:00 2001 From: HappyITN Date: Thu, 6 Oct 2022 10:11:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A1=B0=EC=83=81=ED=9D=AC=20=EB=A0=88?= =?UTF-8?q?=EB=93=9C=EB=A7=88=EC=9D=B8=20#2799=20[=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90]=20=EC=A1=B0=EC=A0=95=EC=A7=84=ED=96=89=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20>=20=EC=A1=B0=EC=A0=95=EC=A7=84=ED=96=89=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20>=20=EC=A1=B0=EC=A0=95=EC=A7=84=ED=96=89?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=20=EB=B2=84=ED=8A=BC=20=EC=83=81=EB=8B=A8?= =?UTF-8?q?=20=EC=9D=B4=EB=8F=99=20=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp | 39 +++++++------------ src/main/webapp/kccadrPb/adm/css/content.css | 6 +++ 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp index b7f61221..f1a4126d 100644 --- a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp +++ b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp @@ -413,17 +413,14 @@ $(document).ready(function(){ " />
- -
+
개발용 코드 노출 삭제 예정임/${info.statCd}/ +
-
- -
+
-
@@ -925,32 +922,22 @@ $(document).ready(function(){ public static final String ADR_CLOSE_APPR_COMP = "309050"; // 종결결재완료 --> -
-
- - -
-
- - - - + + + + <%-- + + + + --%>
-
+
- -
-
- -
- -
+ diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css index 800ee2a4..7b46f5a8 100644 --- a/src/main/webapp/kccadrPb/adm/css/content.css +++ b/src/main/webapp/kccadrPb/adm/css/content.css @@ -144,6 +144,12 @@ p+.list_util{width: auto;} .btn_layout04{text-align: center;} +.btn_layout05 {position:relative;width:100%;margin:0 0 15px;} +.btn_layout05:after {content:'';display:block;clear:both;} +.btn_layout05 .btn_left_box {float:left;width:calc(100% - 100px);} +.btn_layout05 .btn_left_box .btnType02 {float:left;margin:0 5px 5px 0;} +.btn_layout05 .btn_right_box {float:right;width:100px;} + /* 버튼 타입 */ .btnType01{height: 36px; padding: 0 11px; font-size: 15px; font-weight: 400; background-color: #fffaf5; color: #ea5404; border: 1px solid #ea5404; border-radius: 5px; transition: all 0.1s linear;} .btnType01:hover{background-color: #f6e7d5; transition: all 0.1s linear;}