페이지 수정

This commit is contained in:
이담 정 2022-08-22 13:33:13 +00:00
parent 236a54fbbb
commit 82f8fef9e8
3 changed files with 2 additions and 6 deletions

View File

@ -13,20 +13,18 @@
<div class="text-4xl font-extrabold tracking-tight">CASINO 머니파악</div>
<!-- Actions -->
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
<!-- Search -->
<button mat-icon-button (click)="__onClickSearch()">
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
</button>
</div>
</div>
<!-- Search -->
<div
*ngIf="__isSearchOpened"
class="relative flex flex-col sm:flex-row flex-0 sm:items-center sm:justify-between py-4 px-6 md:px-8 border-b"
>
<!-- Actions -->
<div fxLayout="row wrap" class="items-center mt-6 sm:mt-0 sm:ml-0">
<!-- SelectBox -->
<!-- Search -->
<mat-form-field fxFlex class="bet-mat-form-field-wrapper-mb-0 mr-2">
<mat-select placeholder="전체">
<mat-option value="">아이디</mat-option>
@ -53,6 +51,7 @@
<!-- Add user button -->
<button
mat-flat-button
style="position: fixed; margin-top: 4px"
[color]="'primary'"
fxFlex
(click)="__createProduct()"

View File

@ -13,7 +13,6 @@
<div class="text-4xl font-extrabold tracking-tight">쿠폰발행로그</div>
<!-- Actions -->
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
<!-- Search -->
<button mat-icon-button (click)="__onClickSearch()">
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
</button>

View File

@ -13,7 +13,6 @@
<div class="text-4xl font-extrabold tracking-tight">쿠폰발행리스트</div>
<!-- Actions -->
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
<!-- Search -->
<button mat-icon-button (click)="__onClickSearch()">
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
</button>
@ -79,7 +78,6 @@
<mat-option value="">오름차순</mat-option>
</mat-select>
</mat-form-field>
<!-- Search -->
<mat-form-field
fxFlex
class="fuse-mat-rounded min-w-64 bet-mat-form-field-wrapper-mb-0 mr-2"