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>
</div>
</div>
</div>
</div>
<!-- Main -->
<div class="flex flex-auto overflow-hidden">
<!-- Products list -->
@ -140,5 +141,3 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -56,6 +56,8 @@
</button>
</div>
</div>
</div>
</div>
<!-- Main -->
<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"
>
<ng-container *ngIf="couponMoneyLogs$ | async as couponMoneyLogs">
<ng-container
*ngIf="couponMoneyLogs.length > 0; else noCouponMoneyLog"
>
<ng-container *ngIf="couponMoneyLogs.length > 0; else noCouponMoneyLog">
<div class="grid">
<!-- Header -->
<div
@ -83,9 +83,7 @@
<div class="hidden lg:block">등록시간</div>
</div>
<!-- Rows -->
<ng-container
*ngIf="couponMoneyLogs$ | async as couponMoneyLogs"
>
<ng-container *ngIf="couponMoneyLogs$ | async as couponMoneyLogs">
<ng-container
*ngFor="
let couponMoneyLog of couponMoneyLogs;
@ -165,5 +163,3 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -84,7 +84,8 @@
</button>
</div>
</div>
</div>
</div>
<!-- Main -->
<div class="flex flex-auto overflow-hidden">
<!-- Products list -->
@ -190,5 +191,3 @@
</div>
</div>
</div>
</div>
</div>