From 2ff34d81d5a029a50bda677c14ddc8484ec55874 Mon Sep 17 00:00:00 2001 From: kmg Date: Wed, 28 Feb 2024 18:21:08 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/28=20=EB=B2=84=ED=8A=BC=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/oprtn/cndtnSspnIdtmt/trgtList.jsp | 22 +++++++++++++++---- .../jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp | 20 ++++++++++++++--- .../visitEdu/adm/publish/css/content.css | 6 ++++- 3 files changed, 40 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtList.jsp index 96318937..e8e12491 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtList.jsp @@ -552,7 +552,7 @@
-

의뢰상태 및
교육상태

+

의뢰상태 및 교육상태

@@ -573,6 +573,20 @@
+
+
+ +
+
+
+
+ + + + +
+
+

건의 접수가 검색되었습니다.

@@ -710,7 +724,7 @@
-
+ - +
diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp index 34d45139..26631adc 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/trgtMngList.jsp @@ -556,7 +556,7 @@
-

의뢰상태 및
교육상태

+

의뢰상태 및 교육상태

@@ -606,6 +606,20 @@
+
+
+ +
+
+ +
+
+ + + +
+
+

건의 접수가 검색되었습니다.

@@ -743,7 +757,7 @@
-
+
diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index bc99eeb2..a7739c75 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -27,7 +27,7 @@ .list_top{margin-bottom: 30px; background-color: #f1f2f4; padding:0 25px; border: 1px solid #dbdcdd; border-radius: 5px; box-sizing: border-box;} .list_top>div {display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid #e3e4e5; box-sizing: border-box;padding:10px 0;} .list_top>div:last-child {border-bottom: 0;} -.list_top .util_left {width: 150px;} +.list_top .util_left {width: 190px;} .list_top .util_left p{padding-left: 10px; font-size: 18px; font-weight: 500; color: #222; position: relative;} .list_top .util_left p::before {content: ""; position: absolute; width: 3px; height: 14px; border-radius: 1.5px;background-color: #3a72db; top: 50%; left: 0; transform: translateY(-50%);} .list_top .util_right {width: calc(100% - 100px); display: flex; align-items: center;font-size: 18px; font-weight: 300; color: #555;} @@ -56,6 +56,10 @@ .btn_center{text-align: center;} .btn_right{text-align: right;} +/* 리스트 상세 버튼 추가 */ +.btn_wrap.btn_layout02{display: flex; justify-content: space-between; margin:15px 0 30px 0;} +.btn_wrap.btn_layout02>div{width: calc(100% / 3);} + /* button type */ .btn_wrap select {height: 45px !important;} .btn_wrap button {margin: 0 1px;height: 45px; padding: 0 25px; margin: 0 2px; font-size: 18px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}