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:
commit
324cd51d73
|
@ -56,7 +56,8 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main -->
|
||||
<div class="flex flex-auto overflow-hidden">
|
||||
<!-- Products list -->
|
||||
|
@ -139,6 +140,4 @@
|
|||
</ng-template>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
|
@ -164,6 +162,4 @@
|
|||
</ng-template>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main -->
|
||||
<div class="flex flex-auto overflow-hidden">
|
||||
<!-- Products list -->
|
||||
|
@ -189,6 +190,4 @@
|
|||
</ng-template>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user