bug fix
This commit is contained in:
parent
1265cb7213
commit
8afd2726e1
|
@ -690,13 +690,19 @@
|
||||||
<ng-template #commonButton>
|
<ng-template #commonButton>
|
||||||
<div class="flex items-center w-full border-t divide-x mt-8">
|
<div class="flex items-center w-full border-t divide-x mt-8">
|
||||||
<button
|
<button
|
||||||
class="-ml-4"
|
class="fuse-mat-button-large w-full mt-10"
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
[color]="'primary'"
|
[color]="'primary'"
|
||||||
(click)="__modifyMember()"
|
(click)="__modifyMember()"
|
||||||
>
|
>
|
||||||
수정
|
수정
|
||||||
</button>
|
</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>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user