입금관리 버튼 숨김
This commit is contained in:
parent
6d4ab2bb43
commit
690e0b1631
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user