페이지 수정

This commit is contained in:
이담 정 2022-07-26 08:48:40 +00:00
parent a5f5035357
commit ce357128a9
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 -->
@ -139,6 +140,4 @@
</ng-template>
</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;
@ -164,6 +162,4 @@
</ng-template>
</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 -->
@ -189,6 +190,4 @@
</ng-template>
</div>
</div>
</div>
</div>
</div>