diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp index f63fcff1..d151e1e7 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp @@ -20,6 +20,11 @@ + - + @@ -211,17 +213,17 @@ function fnCheckAll(){ -

번호

-

메뉴명

-

메소드명

-

기능명

-

파라
미터

-

개인정보
여부

- -

사용자
구분

-

통계사용
여부

-

통계
순서

-

관리

+ 번호
+ 메뉴명
+ 메소드명
+ 기능명
+ 파라미터
+ 개인정보여부
+ + 사용자구분
+ 통계사용여부
+ 통계순서
+ 관리

@@ -245,7 +247,7 @@ function fnCheckAll(){ - + diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp index 3f21f94b..273969ce 100644 --- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp +++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp @@ -227,7 +227,7 @@ function fn_delete() { -
+
@@ -305,8 +305,9 @@ function fn_delete() {
-
-
    + +
    +
    • diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css index 7c5608ac..d2d67893 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -61,7 +61,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;} .wrap .table-layout table th{height:50px;font-size:15px;padding:0;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;} .wrap .table-layout table thead th .sort_wrap{display:inline-flex;margin:0 0 0 8px;gap:3px;} .wrap .table-layout table thead th .sort_wrap a{display:flex;width:20px;height:20px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;justify-content:center;align-items:center;} -.wrap .table-layout table td{height:50px;font-size:15px;text-align:center;padding:0;border-bottom:1px solid #d5d5d5;vertical-align:middle;} +.wrap .table-layout table td{height:50px;font-size:15px;text-align:center;padding:0;border-bottom:1px solid #d5d5d5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;} .wrap .table-layout table tr:hover td{background:#fbfcfc;} .wrap .table-layout.border table thead th,.wrap .table-layout.border table tbody td{border-right:1px solid #d5d5d5;}