diff --git a/frontend/src/assets/css/style.css b/frontend/src/assets/css/style.css index db7c081..a1cc407 100644 --- a/frontend/src/assets/css/style.css +++ b/frontend/src/assets/css/style.css @@ -67,7 +67,7 @@ header .user_wrap .user { display: -webkit-box; display: -ms-flexbox; display: flex; - width: 258px; + width: 308px; /*20220811 퍼블리싱 수정*/ height: 63px; background: url(../images/user-bg.png) no-repeat center/100% auto; } @@ -405,7 +405,7 @@ header .user_wrap .user_info .logout { -ms-flex-align: end; align-items: flex-end; border-radius: 4px; - margin-bottom: 50px; + margin: 0 40px 50px 40px; /*20220811 퍼블리싱 수정*/ flex-wrap: wrap; } @@ -844,7 +844,7 @@ header .user_wrap .user_info .logout { .pagination { display:flex; justify-content: center; - margin-bottom: 50px; + margin: 65px 0 50px 0; /*20220811 퍼블리싱 수정*/ } .pagination ul{ @@ -1373,6 +1373,10 @@ header .user_wrap .user_info .logout { font-weight: 500; } +.popup .button.Ty02 { + margin-left: 0px; padding: 0 20px; +} + /*customer popup*/ .popup.b-popup{ @@ -1702,9 +1706,11 @@ header .user_wrap .user_info .logout { margin-bottom: 2%; } +/* --- 삭제 .popup.popup_form table .registration ul li:nth-child(3n){ - margin-right: 0; + margin-right: 0; } +*/ .popup.popup_form table .registration ul li span{ min-height: 30px; diff --git a/frontend/src/components/CustomGrid.vue b/frontend/src/components/CustomGrid.vue index 6d8cc1d..5038abd 100644 --- a/frontend/src/components/CustomGrid.vue +++ b/frontend/src/components/CustomGrid.vue @@ -226,7 +226,8 @@ export default { let colGroup = ''; colGroup += ''; if (this.isCheckbox == true) { - colGroup += ''; + //colGroup += ''; + colGroup += ''; this.colsLen++; } diff --git a/frontend/src/modules/attractMgt/views/ChannelList.vue b/frontend/src/modules/attractMgt/views/ChannelList.vue index 8b83c18..486865d 100644 --- a/frontend/src/modules/attractMgt/views/ChannelList.vue +++ b/frontend/src/modules/attractMgt/views/ChannelList.vue @@ -32,7 +32,7 @@ -
+
-
+
@@ -221,7 +221,7 @@ export default { } let today = moment().format('YYYYMMDDHHmmss'); - const saveFileName = `알림톡템플릿목록_${today}.xlsx`; + const saveFileName = `알림톡템플릿목록_${today}.xls`; const data = await this.getExcelDataDown(); let options = { diff --git a/frontend/src/modules/custMgt/views/MemberList.vue b/frontend/src/modules/custMgt/views/MemberList.vue index 761bc0c..d7c249d 100644 --- a/frontend/src/modules/custMgt/views/MemberList.vue +++ b/frontend/src/modules/custMgt/views/MemberList.vue @@ -12,7 +12,7 @@ 회원관리
-
+
@@ -75,7 +75,7 @@
-
+
{{ totalItems.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }}건 diff --git a/frontend/src/modules/custMgt/views/SubsList.vue b/frontend/src/modules/custMgt/views/SubsList.vue index 4f26278..99a88e0 100644 --- a/frontend/src/modules/custMgt/views/SubsList.vue +++ b/frontend/src/modules/custMgt/views/SubsList.vue @@ -12,7 +12,7 @@ 회원관리
-
+
@@ -40,7 +40,7 @@
-
+
diff --git a/frontend/src/modules/riskMgt/views/All.vue b/frontend/src/modules/riskMgt/views/All.vue index df32b43..72179e9 100644 --- a/frontend/src/modules/riskMgt/views/All.vue +++ b/frontend/src/modules/riskMgt/views/All.vue @@ -19,7 +19,7 @@ >
-
+
*위임-수임사간 관계 확인 문서

+ - -

+ +

*위임장

- - -

+ +

+
-

*대리인 신분증 사본 인증

- *법인인감증명서

+ - -

+ +

+ +
+

*위임사 사업자등록증

+ + +

+
+ +
+

*수임사 사업자등록증

+ + +

+
+
-

*통신서비스 이용증명원

+

통신서비스 이용증명원

+

발신번호의 통신서비스 이용증명원

-
-

*재직증명서

- +

재직증명서

+ + +

+
+ +
+

위임사 재직증명서(임직원 신청시)

+ - -

+ +

+ +
+

위임사 신분증(임직원 신청시)

+ + +

+
+ + + + + + 사업자 등록증 + +

파일형식 : jpg, png, pdf, tiff (최대 5MB)

+
+

*사업자등록증

+ + +

+
+

*사업자등록증

파일업로드

-

파일형식 : jpg, png, pdf, tiff (최대 5MB)

- - - - 사업자 등록증 - -
-

*사업자등록증

- - -

-
-

파일형식 : jpg, png, pdf, tiff (최대 5MB)

+ 인증 완료 + + 본인확인 + +

파일형식 : jpg, png, pdf, tiff (최대 5MB)

+
+

신분증

+ + +

+
+ +
+

재직증명서

+ + +

+
+ + -
+
-
+
-
+
-
+
diff --git a/frontend/src/modules/servMgt/views/rejectRecvList.vue b/frontend/src/modules/servMgt/views/rejectRecvList.vue index 581c472..8f76bc1 100644 --- a/frontend/src/modules/servMgt/views/rejectRecvList.vue +++ b/frontend/src/modules/servMgt/views/rejectRecvList.vue @@ -7,7 +7,7 @@
- +
-
+
diff --git a/frontend/src/modules/stats/views/BsnmDayList.vue b/frontend/src/modules/stats/views/BsnmDayList.vue index 744dbd8..10d06d9 100644 --- a/frontend/src/modules/stats/views/BsnmDayList.vue +++ b/frontend/src/modules/stats/views/BsnmDayList.vue @@ -12,7 +12,7 @@
- +

최대 1개월까지 조회 가능합니다.