bug fix
This commit is contained in:
parent
b3dfa69443
commit
4d2656838a
|
@ -30,6 +30,7 @@
|
|||
카지노머니확인
|
||||
</button>
|
||||
<button
|
||||
*ngIf="title === '전체목록' || title === '본사목록'"
|
||||
mat-flat-button
|
||||
class="bet-mat-small-8"
|
||||
[color]="'primary'"
|
||||
|
@ -37,6 +38,25 @@
|
|||
>
|
||||
본사등록
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
정상
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
대기
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
탈퇴
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
휴면
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
블랙
|
||||
</button>
|
||||
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
정지
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
@ -242,43 +262,7 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user