This commit is contained in:
Park Byung Eun 2022-08-29 08:36:18 +00:00
parent 390ca7e24d
commit 7a73d7faa0

View File

@ -345,8 +345,8 @@
<mat-label>/ 0원(이전일: 0원)</mat-label> <mat-label>/ 0원(이전일: 0원)</mat-label>
</span> </span>
</div> </div>
<div class="flex flex-col flex-auto w-full p-8 text-center"> <div class="flex">
<mat-form-field class=""> <mat-form-field class="w-1/3 pr-2">
<mat-label>게임중머니</mat-label> <mat-label>게임중머니</mat-label>
<input <input
type="text" type="text"
@ -354,16 +354,16 @@
[formControlName]="'hodingGameMoney'" [formControlName]="'hodingGameMoney'"
/> />
</mat-form-field> </mat-form-field>
<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> </div>
<!-- Email & Phone --> <!-- Email & Phone -->
<div class="flex items-center w-full border-t divide-x">
<button class="-ml-4" mat-button [color]="'warn'">
게임머니회수
</button>
<button mat-flat-button [color]="'primary'">
게임머니확인
</button>
</div>
<ng-container *ngTemplateOutlet="commonButton"></ng-container> <ng-container *ngTemplateOutlet="commonButton"></ng-container>
</form> </form>