This commit is contained in:
Park Byung Eun 2022-08-29 09:12:19 +00:00
parent 1265cb7213
commit 8afd2726e1

View File

@ -690,13 +690,19 @@
<ng-template #commonButton>
<div class="flex items-center w-full border-t divide-x mt-8">
<button
class="-ml-4"
class="fuse-mat-button-large w-full mt-10"
mat-flat-button
[color]="'primary'"
(click)="__modifyMember()"
>
수정
</button>
<button class="-ml-4" mat-flat-button [color]="'primary'">목록으로</button>
<button
class="fuse-mat-button-large w-full mt-10"
mat-flat-button
[color]="'primary'"
>
목록으로
</button>
</div>
</ng-template>