입금관리 수정

This commit is contained in:
이담 정 2022-08-19 05:54:21 +00:00
parent 3160d4d558
commit 55359efa1b

View File

@ -25,31 +25,25 @@
<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"
>
<div>
<mat-form-field
class="bet-mat-form-field-wrapper-mb-0 mr-2"
style="width: 100%"
>
<textarea
matInput
cdkTextareaAutosize
cdkAutosizeMinRows="2"
></textarea>
</mat-form-field>
<button mat-flat-button [color]="'primary'">메모저장</button>
</div>
<mat-form-field
class="bet-mat-form-field-wrapper-mb-0 mr-2"
style="width: 100%"
>
<textarea matInput cdkTextareaAutosize cdkAutosizeMinRows="2"></textarea>
</mat-form-field>
<button mat-flat-button [color]="'primary'">메모저장</button>
</div>
<div class="flex items-center mt-2 mb-2 ml-6">
<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>
<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>