From b130b763c8e263ed8e9987d3a75e49434de3e5ed Mon Sep 17 00:00:00 2001 From: kmg Date: Fri, 5 Jan 2024 09:41:16 +0900 Subject: [PATCH] =?UTF-8?q?2023/01/05=20=ED=85=8C=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp | 3 +++ src/main/webapp/WEB-INF/jsp/kccadr/glossary/glossaryList.jsp | 2 +- src/main/webapp/WEB-INF/jsp/kccadr/msg/msgMgrList.jsp | 2 +- src/main/webapp/kccadrPb/adm/css/content.css | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp index f7796d80..fd211e6b 100644 --- a/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp +++ b/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp @@ -229,6 +229,9 @@ function fn_goDetail(courtSeq){ "/> + + + diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/glossary/glossaryList.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/glossary/glossaryList.jsp index 582083e9..5dc7baa9 100644 --- a/src/main/webapp/WEB-INF/jsp/kccadr/glossary/glossaryList.jsp +++ b/src/main/webapp/WEB-INF/jsp/kccadr/glossary/glossaryList.jsp @@ -110,7 +110,7 @@ function goTextSenseDetail(glssrSeq){ -
+
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/msg/msgMgrList.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/msg/msgMgrList.jsp index 0d26f249..4d81c4cc 100644 --- a/src/main/webapp/WEB-INF/jsp/kccadr/msg/msgMgrList.jsp +++ b/src/main/webapp/WEB-INF/jsp/kccadr/msg/msgMgrList.jsp @@ -112,7 +112,7 @@ -
+
diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css index 8e2de5ac..1ec6819d 100644 --- a/src/main/webapp/kccadrPb/adm/css/content.css +++ b/src/main/webapp/kccadrPb/adm/css/content.css @@ -223,7 +223,7 @@ p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;} .tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) td,.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom: 0.01em solid #d5d5d5;} .tbType01 tbody tr:nth-child(n+10){border-bottom: 0.01em solid #d5d5d5;} .tbType01 tbody tr:last-child{border-bottom: 0;} -.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.2; vertical-align: middle; border-right: 0.01em solid #d5d5d5; padding: 0 5px;} +.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.2; vertical-align: middle; border-right: 0.01em solid #d5d5d5; padding: 0 5px; text-overflow: ellipsis;overflow:hidden;} .tbType01 tbody td.ellipsis{white-space: nowrap; text-overflow: ellipsis;overflow:hidden;} .tbType01 tbody td span{font-size: 14px;} .tbType01 tbody td.td_wrap{white-space: wrap;word-wrap: break-word;}