페이지 수정

This commit is contained in:
이담 정 2022-09-05 07:52:16 +00:00
parent 114b5b9977
commit 78302f355e
3 changed files with 20 additions and 27 deletions

View File

@ -176,6 +176,11 @@
"
></tr>
</table>
<ng-container>
<td style="text-align: center">
<b>합계: 29292929 원</b>
</td>
</ng-container>
</div>
</ng-container>
<ng-template #noPartnerCalculates>
@ -269,6 +274,11 @@
"
></tr>
</table>
<ng-container>
<td style="text-align: center">
<b>합계: 29292929 원</b>
</td>
</ng-container>
</div>
</ng-container>
<ng-template #noPartnerCalculates>

View File

@ -161,7 +161,6 @@
}}
</td>
</ng-container>
<tr
mat-header-row
*matHeaderRowDef="webDepositTableColumns"
@ -171,6 +170,11 @@
*matRowDef="let row; columns: webDepositTableColumns"
></tr>
</table>
<ng-container>
<td style="text-align: center">
<b>합계: 29292929 원</b>
</td>
</ng-container>
</div>
</ng-container>
<ng-template #noWebCalculates>
@ -261,6 +265,11 @@
*matRowDef="let row; columns: webDepositTableColumns"
></tr>
</table>
<ng-container>
<td style="text-align: center">
<b>합계: 29292929 원</b>
</td>
</ng-container>
</div>
</ng-container>
<ng-template #noWebCalculates>

View File

@ -174,32 +174,6 @@
</div>
</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>
<mat-paginator