Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init

This commit is contained in:
Park Byung Eun 2022-07-26 09:19:54 +00:00
commit 324cd51d73
3 changed files with 277 additions and 283 deletions

View File

@ -56,7 +56,8 @@
</button> </button>
</div> </div>
</div> </div>
</div>
</div>
<!-- Main --> <!-- Main -->
<div class="flex flex-auto overflow-hidden"> <div class="flex flex-auto overflow-hidden">
<!-- Products list --> <!-- Products list -->
@ -139,6 +140,4 @@
</ng-template> </ng-template>
</div> </div>
</div> </div>
</div>
</div>
</div> </div>

View File

@ -56,6 +56,8 @@
</button> </button>
</div> </div>
</div> </div>
</div>
</div>
<!-- Main --> <!-- Main -->
<div class="flex flex-auto overflow-hidden"> <div class="flex flex-auto overflow-hidden">
@ -64,9 +66,7 @@
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto" class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
> >
<ng-container *ngIf="couponMoneyLogs$ | async as couponMoneyLogs"> <ng-container *ngIf="couponMoneyLogs$ | async as couponMoneyLogs">
<ng-container <ng-container *ngIf="couponMoneyLogs.length > 0; else noCouponMoneyLog">
*ngIf="couponMoneyLogs.length > 0; else noCouponMoneyLog"
>
<div class="grid"> <div class="grid">
<!-- Header --> <!-- Header -->
<div <div
@ -83,9 +83,7 @@
<div class="hidden lg:block">등록시간</div> <div class="hidden lg:block">등록시간</div>
</div> </div>
<!-- Rows --> <!-- Rows -->
<ng-container <ng-container *ngIf="couponMoneyLogs$ | async as couponMoneyLogs">
*ngIf="couponMoneyLogs$ | async as couponMoneyLogs"
>
<ng-container <ng-container
*ngFor=" *ngFor="
let couponMoneyLog of couponMoneyLogs; let couponMoneyLog of couponMoneyLogs;
@ -164,6 +162,4 @@
</ng-template> </ng-template>
</div> </div>
</div> </div>
</div>
</div>
</div> </div>

View File

@ -84,7 +84,8 @@
</button> </button>
</div> </div>
</div> </div>
</div>
</div>
<!-- Main --> <!-- Main -->
<div class="flex flex-auto overflow-hidden"> <div class="flex flex-auto overflow-hidden">
<!-- Products list --> <!-- Products list -->
@ -189,6 +190,4 @@
</ng-template> </ng-template>
</div> </div>
</div> </div>
</div>
</div>
</div> </div>