bug fix
This commit is contained in:
parent
390ca7e24d
commit
7a73d7faa0
|
@ -345,8 +345,8 @@
|
|||
<mat-label>/ 0원(이전일: 0원)</mat-label>
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex flex-col flex-auto w-full p-8 text-center">
|
||||
<mat-form-field class="">
|
||||
<div class="flex">
|
||||
<mat-form-field class="w-1/3 pr-2">
|
||||
<mat-label>게임중머니</mat-label>
|
||||
<input
|
||||
type="text"
|
||||
|
@ -354,16 +354,16 @@
|
|||
[formControlName]="'hodingGameMoney'"
|
||||
/>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<!-- Email & Phone -->
|
||||
<div class="flex items-center w-full border-t divide-x">
|
||||
<button class="-ml-4" mat-button [color]="'warn'">
|
||||
<div class="w-2/3 pr-2">
|
||||
<button class="ml-4 mt-6" mat-button [color]="'warn'">
|
||||
게임머니회수
|
||||
</button>
|
||||
<button mat-flat-button [color]="'primary'">
|
||||
게임머니확인
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Email & Phone -->
|
||||
|
||||
<ng-container *ngTemplateOutlet="commonButton"></ng-container>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user