입금관리 버튼 숨김

This commit is contained in:
이담 정 2022-08-28 11:37:32 +00:00
parent 6d4ab2bb43
commit 690e0b1631

View File

@ -34,7 +34,10 @@
<button mat-flat-button [color]="'primary'">메모저장</button> <button mat-flat-button [color]="'primary'">메모저장</button>
</div> </div>
<div class="flex items-center mt-2 mb-2 ml-6"> <div
*ngIf="__checkedDeposits.length > 0"
class="relative flex flex-col sm:flex-row flex-0 sm:items-center py-4 px-6 md:px-8 border-b"
>
<div> <div>
<button <button
mat-flat-button mat-flat-button