파트너전체목록 버튼추가

This commit is contained in:
이담 정 2022-08-22 04:10:05 +00:00
parent 67791b4251
commit 1164796001

View File

@ -24,7 +24,14 @@
</div>
</div>
</div>
<div class="flex items-center mt-2 mb-2 ml-6">
<div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
카지노머니확인
</button>
</div>
</div>
<hr style="margin: 7px 0px" />
<div class="flex flex-auto overflow-hidden">
<!-- Products list -->
<div
@ -227,5 +234,43 @@
</div>
</ng-template>
</div>
<div class="mt-2 mb-2 ml-6">
<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>
<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>
<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>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
정지
</button>
</div>
</div>
<hr style="margin: 7px 0px" />
</div>
</div>