This commit is contained in:
Park Byung Eun 2022-08-18 05:52:00 +00:00
parent 9fef46d48b
commit 3adb1ae287

View File

@ -25,15 +25,34 @@
<div <div
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" 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"
> >
<div>
<mat-form-field <mat-form-field
class="bet-mat-form-field-wrapper-mb-0 mr-2" class="bet-mat-form-field-wrapper-mb-0 mr-2"
style="width: 100%" style="width: 100%"
> >
<textarea matInput cdkTextareaAutosize cdkAutosizeMinRows="2"></textarea> <textarea
matInput
cdkTextareaAutosize
cdkAutosizeMinRows="2"
></textarea>
</mat-form-field> </mat-form-field>
<button mat-flat-button [color]="'primary'">메모저장</button> <button mat-flat-button [color]="'primary'">메모저장</button>
</div> </div>
<div>
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
입금처리
</button>
</div>
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
대기처리
</button>
</div>
</div>
</div>
<!-- Search --> <!-- Search -->
<div <div
*ngIf="__isSearchOpened" *ngIf="__isSearchOpened"
@ -91,16 +110,6 @@
</div> </div>
<!-- Main --> <!-- Main -->
<div class="flex flex-auto overflow-hidden"> <div class="flex flex-auto overflow-hidden">
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
입금처리
</button>
</div>
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
대기처리
</button>
</div>
<!-- Products list --> <!-- Products list -->
<div <div
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"
@ -277,15 +286,5 @@
</div> </div>
</ng-template> </ng-template>
</div> </div>
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
입금처리
</button>
</div>
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
대기처리
</button>
</div>
</div> </div>
</div> </div>