페이지 수정
This commit is contained in:
parent
114b5b9977
commit
78302f355e
|
@ -176,6 +176,11 @@
|
||||||
"
|
"
|
||||||
></tr>
|
></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<ng-container>
|
||||||
|
<td style="text-align: center">
|
||||||
|
<b>합계: 29292929 원</b>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-template #noPartnerCalculates>
|
<ng-template #noPartnerCalculates>
|
||||||
|
@ -269,6 +274,11 @@
|
||||||
"
|
"
|
||||||
></tr>
|
></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<ng-container>
|
||||||
|
<td style="text-align: center">
|
||||||
|
<b>합계: 29292929 원</b>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-template #noPartnerCalculates>
|
<ng-template #noPartnerCalculates>
|
||||||
|
|
|
@ -161,7 +161,6 @@
|
||||||
}}
|
}}
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<tr
|
<tr
|
||||||
mat-header-row
|
mat-header-row
|
||||||
*matHeaderRowDef="webDepositTableColumns"
|
*matHeaderRowDef="webDepositTableColumns"
|
||||||
|
@ -171,6 +170,11 @@
|
||||||
*matRowDef="let row; columns: webDepositTableColumns"
|
*matRowDef="let row; columns: webDepositTableColumns"
|
||||||
></tr>
|
></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<ng-container>
|
||||||
|
<td style="text-align: center">
|
||||||
|
<b>합계: 29292929 원</b>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-template #noWebCalculates>
|
<ng-template #noWebCalculates>
|
||||||
|
@ -261,6 +265,11 @@
|
||||||
*matRowDef="let row; columns: webDepositTableColumns"
|
*matRowDef="let row; columns: webDepositTableColumns"
|
||||||
></tr>
|
></tr>
|
||||||
</table>
|
</table>
|
||||||
|
<ng-container>
|
||||||
|
<td style="text-align: center">
|
||||||
|
<b>합계: 29292929 원</b>
|
||||||
|
</td>
|
||||||
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-template #noWebCalculates>
|
<ng-template #noWebCalculates>
|
||||||
|
|
|
@ -174,32 +174,6 @@
|
||||||
</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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user