From 30fa4f9bf80b6236343f49f4495d9a4cbd50ef6e Mon Sep 17 00:00:00 2001 From: khj Date: Tue, 4 Oct 2022 15:21:55 +0900 Subject: [PATCH] =?UTF-8?q?[=20publishing=20]=20=EC=96=B4=EB=93=9C?= =?UTF-8?q?=EB=AF=BC=20=EC=88=98=EC=A0=95=EC=82=AC=ED=95=AD=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/assets/css/layout.css | 4 +- frontend/src/assets/css/style.css | 4 +- .../src/modules/custMgt/views/SubsDetail.vue | 16 +- .../src/modules/sysMgt/views/AdminList.vue | 8 +- frontend/src/modules/sysMgt/views/AuthAdd.vue | 253 +++++++++--------- .../src/modules/sysMgt/views/AuthModify.vue | 31 ++- 6 files changed, 163 insertions(+), 153 deletions(-) diff --git a/frontend/src/assets/css/layout.css b/frontend/src/assets/css/layout.css index d33412f..11b7a92 100644 --- a/frontend/src/assets/css/layout.css +++ b/frontend/src/assets/css/layout.css @@ -113,11 +113,11 @@ body{ /*====================== .popup ======================*/ -.dimmed {width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.2); display: none;} +.dimmed {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.2); display: none; z-index:21;} .dimmed.open {display: block !important;} .popup-wrap {display: none;} .popup-wrap.open {display: block !important;} -.popup {width: 390px; z-index: 998; border-radius: 12px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); display: none; +.popup {width: 390px; z-index: 998; border-radius: 12px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -moz-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -o-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); display: none; max-height: 90vh; overflow: auto;}/*스크린 height 100%를 벗어나는 긴 팝업의 경우 추가 class*/ .popup.open {display: block !important;} diff --git a/frontend/src/assets/css/style.css b/frontend/src/assets/css/style.css index 9f070d1..785fc72 100644 --- a/frontend/src/assets/css/style.css +++ b/frontend/src/assets/css/style.css @@ -313,7 +313,7 @@ header .user_wrap .user_info .logout { .contents { - padding: 0 4.16vw; + padding: 0 57px; width: calc(100% - 240px); -webkit-box-flex: 1; -ms-flex: 1 1 0px; @@ -1536,7 +1536,7 @@ header .user_wrap .user_info .logout { display: inline-flex; align-items: center; font-size: 14px; - padding-bottom: 5px; + padding-top: 5px; } .popup-btn2.bulk + .file{ diff --git a/frontend/src/modules/custMgt/views/SubsDetail.vue b/frontend/src/modules/custMgt/views/SubsDetail.vue index 4716b1b..43e146a 100644 --- a/frontend/src/modules/custMgt/views/SubsDetail.vue +++ b/frontend/src/modules/custMgt/views/SubsDetail.vue @@ -27,7 +27,7 @@ 대표자명 - 사용자 구분 + 사용자 구분 @@ -49,7 +49,7 @@ - 법인등록번호 + 법인등록번호
@@ -78,7 +78,7 @@ 가입일 - 상태 + 상태 @@ -86,7 +86,7 @@ 요금제 - 가입번호 + 가입번호 @@ -98,7 +98,7 @@
- 유치자명 + 유치자명
@@ -127,13 +127,13 @@ 서비스 ID - 이용권한 + 이용권한 사용자명 - 휴대폰 번호 + 휴대폰 번호 @@ -144,7 +144,7 @@
- 사용자ID 개수 + 사용자ID 개수
diff --git a/frontend/src/modules/sysMgt/views/AdminList.vue b/frontend/src/modules/sysMgt/views/AdminList.vue index 613a42e..78d9316 100644 --- a/frontend/src/modules/sysMgt/views/AdminList.vue +++ b/frontend/src/modules/sysMgt/views/AdminList.vue @@ -120,9 +120,9 @@ export default { addCls: 'box_OFvis', columns: [ - {name: 'no', header: 'NO', align: 'center', width: '15%'}, - {name: 'auth', header: '권한', align: 'center', width: '15%'}, - {name: 'name', header: '이름(대리점명)', align: 'center', width: '20%'}, + {name: 'no', header: 'NO', align: 'center', width: '6%'}, + {name: 'auth', header: '권한', align: 'center', width: '20%'}, + {name: 'name', header: '이름(대리점명)', align: 'center', width: '15%'}, { name: 'adminId', header: 'ID', align: 'center', width: '20%', renderer: { type: CustomATagRenderer @@ -131,7 +131,7 @@ export default { } } }, - {name: 'adminStat', header: '상태', align: 'center', width: '5%', cls: 'td_line'}, + {name: 'adminStat', header: '상태', align: 'center', width: '15%', cls: 'td_line'}, {name: 'regDt', header: '등록일', align: 'center', width: '20%'} ], noDataStr: '검색 결과가 없습니다.', diff --git a/frontend/src/modules/sysMgt/views/AuthAdd.vue b/frontend/src/modules/sysMgt/views/AuthAdd.vue index 956a3fb..1157429 100644 --- a/frontend/src/modules/sysMgt/views/AuthAdd.vue +++ b/frontend/src/modules/sysMgt/views/AuthAdd.vue @@ -3,7 +3,7 @@

권한 관리

- +
권한 추가
@@ -18,7 +18,7 @@ 권한 코드 - 상태 + 상태 @@ -34,10 +34,10 @@

메뉴 권한 체크

-
+

고객관리

@@ -47,129 +47,134 @@
- +

유치현황관리

- - - - -

- - + + + + + + +
+
+ + + + + + +
- -
- - -

서비스관리

- -
- - -
- - -

정산

- -
- - -
- - -

채널관리

- -
- - -
- - - - -

발신번호관리

- -
- - -
- -
- - -
- -
- - -
- - -

모니터링

- -
- - -
- -
- - -
- - -

리스크관리

- -
- - -
- -
- - -
- - - - -

발송통계

- -
- - -
- -
- - -
- - -

시스템 관리

- -
- - -
- -
- - -
- - - - + +

서비스관리

+ +
+ + +
+ + +

정산

+ +
+ + +
+ + +

채널관리

+ +
+ + +
+ + + + +

발신번호관리

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +

모니터링

+ +
+ + +
+ +
+ + +
+ + +

리스크관리

+ +
+ + +
+ +
+ + +
+ + + + +

발송통계

+ +
+ + +
+ +
+ + +
+ + +

시스템 관리

+ +
+ + +
+ +
+ + +
+ + + +
diff --git a/frontend/src/modules/sysMgt/views/AuthModify.vue b/frontend/src/modules/sysMgt/views/AuthModify.vue index 5e27dbf..6b39b33 100644 --- a/frontend/src/modules/sysMgt/views/AuthModify.vue +++ b/frontend/src/modules/sysMgt/views/AuthModify.vue @@ -18,7 +18,7 @@ 권한 코드 - 상태 + 상태 @@ -34,10 +34,10 @@

메뉴 권한 체크

-
+

고객관리

@@ -50,16 +50,21 @@

유치현황관리

- - - - -

- - - - -
+ + + + + + +
+
+ + + + + + +

서비스관리