bug fixed

This commit is contained in:
Park Byung Eun 2022-08-14 04:25:20 +00:00
parent c3e8b13e4f
commit 7172b4b9bf

View File

@ -254,6 +254,32 @@
</div> </div>
</ng-container> </ng-container>
</ng-container> </ng-container>
<div
style="
display: flex;
flex-direction: row;
justify-content: center;
"
>
<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>
</div> </div>
<mat-paginator <mat-paginator
@ -276,15 +302,5 @@
</div> </div>
</ng-template> </ng-template>
</div> </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> </div>
</div> </div>