diff --git a/src/app/modules/admin/bank/deposit/components/list.component.html b/src/app/modules/admin/bank/deposit/components/list.component.html index 78d79a5..209585f 100644 --- a/src/app/modules/admin/bank/deposit/components/list.component.html +++ b/src/app/modules/admin/bank/deposit/components/list.component.html @@ -110,7 +110,7 @@
@@ -150,7 +150,7 @@ *ngFor="let deposit of deposits; trackBy: __trackByFn" >
diff --git a/src/app/modules/admin/bank/deposit/components/list.component.ts b/src/app/modules/admin/bank/deposit/components/list.component.ts index 1186de7..b0f1164 100644 --- a/src/app/modules/admin/bank/deposit/components/list.component.ts +++ b/src/app/modules/admin/bank/deposit/components/list.component.ts @@ -40,7 +40,7 @@ import { DepositService } from '../services/deposit.service'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .deposit-grid { /* CB 상부 아이디 등급 예금주 정산종류 */ grid-template-columns: 20px 100px 100px 80px auto 40px; diff --git a/src/app/modules/admin/bank/partner-calculate/components/list.component.html b/src/app/modules/admin/bank/partner-calculate/components/list.component.html index 66f14da..7a97747 100644 --- a/src/app/modules/admin/bank/partner-calculate/components/list.component.html +++ b/src/app/modules/admin/bank/partner-calculate/components/list.component.html @@ -78,7 +78,7 @@
번호
@@ -106,7 +106,7 @@ " >
{{ partnerCalculate.partnerDepositIdx }} @@ -159,7 +159,7 @@
번호
@@ -187,7 +187,7 @@ " >
{{ partnerCalculate.partnerWithdrawIdx }} diff --git a/src/app/modules/admin/bank/partner-calculate/components/list.component.ts b/src/app/modules/admin/bank/partner-calculate/components/list.component.ts index 36e75cb..a616365 100644 --- a/src/app/modules/admin/bank/partner-calculate/components/list.component.ts +++ b/src/app/modules/admin/bank/partner-calculate/components/list.component.ts @@ -40,7 +40,7 @@ import { PartnerCalculateService } from '../services/partner-calculate.service'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .partner-calculate-grid { /* 번호 아이디 등급 입금자 결제 */ grid-template-columns: 40px 140px 100px auto 140px; diff --git a/src/app/modules/admin/bank/web-calculate/components/list.component.html b/src/app/modules/admin/bank/web-calculate/components/list.component.html index 4e3a4cd..40b0f27 100644 --- a/src/app/modules/admin/bank/web-calculate/components/list.component.html +++ b/src/app/modules/admin/bank/web-calculate/components/list.component.html @@ -76,7 +76,7 @@
번호
@@ -99,7 +99,7 @@ *ngFor="let webCalculate of webCalculates; trackBy: __trackByFn" >
{{ webCalculate.webDepositIdx }} @@ -150,7 +150,7 @@
번호
@@ -173,7 +173,7 @@ *ngFor="let webCalculate of webCalculates; trackBy: __trackByFn" >
{{ webCalculate.webWithdrawIdx }} diff --git a/src/app/modules/admin/bank/web-calculate/components/list.component.ts b/src/app/modules/admin/bank/web-calculate/components/list.component.ts index 4a7d071..85f1b0b 100644 --- a/src/app/modules/admin/bank/web-calculate/components/list.component.ts +++ b/src/app/modules/admin/bank/web-calculate/components/list.component.ts @@ -40,7 +40,7 @@ import { WebCalculateService } from '../services/web-calculate.service'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .web-calculate-grid { /* 번호 아이디 등급 입금자 결제 */ grid-template-columns: 40px 140px 100px auto 140px; diff --git a/src/app/modules/admin/bank/withdraw/components/list.component.html b/src/app/modules/admin/bank/withdraw/components/list.component.html index eb636fc..f11085c 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.html +++ b/src/app/modules/admin/bank/withdraw/components/list.component.html @@ -115,7 +115,7 @@
@@ -153,7 +153,7 @@ *ngFor="let withdraw of withdraws; trackBy: __trackByFn" >
diff --git a/src/app/modules/admin/bank/withdraw/components/list.component.ts b/src/app/modules/admin/bank/withdraw/components/list.component.ts index 2e47f5d..96dfe32 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.ts +++ b/src/app/modules/admin/bank/withdraw/components/list.component.ts @@ -40,7 +40,7 @@ import { WithdrawService } from '../services/withdraw.service'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .withdraw-grid { grid-template-columns: 60px auto 40px; @screen sm { diff --git a/src/app/modules/admin/board/customer-template/components/list.component.html b/src/app/modules/admin/board/customer-template/components/list.component.html index 2d1346e..6068349 100644 --- a/src/app/modules/admin/board/customer-template/components/list.component.html +++ b/src/app/modules/admin/board/customer-template/components/list.component.html @@ -38,7 +38,7 @@
@@ -60,7 +60,7 @@ " >
diff --git a/src/app/modules/admin/board/customer-template/components/list.component.ts b/src/app/modules/admin/board/customer-template/components/list.component.ts index f1e350c..367f280 100644 --- a/src/app/modules/admin/board/customer-template/components/list.component.ts +++ b/src/app/modules/admin/board/customer-template/components/list.component.ts @@ -41,7 +41,7 @@ import { Router } from '@angular/router'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .customer-template-grid { /* 번호 제목 순서 수정 삭제 */ grid-template-columns: 60px auto 80px 80px 80px; diff --git a/src/app/modules/admin/board/customer-template/components/redit.component.ts b/src/app/modules/admin/board/customer-template/components/redit.component.ts index 0816d2f..aca163d 100644 --- a/src/app/modules/admin/board/customer-template/components/redit.component.ts +++ b/src/app/modules/admin/board/customer-template/components/redit.component.ts @@ -41,7 +41,7 @@ import { CustomerTemplate } from '../models/ customer-template'; styles: [ /* language=SCSS */ ` - .inventory-grid { + .customer-template-redit-grid { grid-template-columns: 48px auto 40px; @screen sm { diff --git a/src/app/modules/admin/board/customer/components/list.component.html b/src/app/modules/admin/board/customer/components/list.component.html index d0f1c48..025d9c2 100644 --- a/src/app/modules/admin/board/customer/components/list.component.html +++ b/src/app/modules/admin/board/customer/components/list.component.html @@ -80,7 +80,7 @@
@@ -119,7 +119,7 @@ *ngFor="let customer of customers; trackBy: __trackByFn" >