bug fix
This commit is contained in:
parent
93a3edec9d
commit
31e3bc0943
|
@ -285,13 +285,6 @@
|
||||||
/>
|
/>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<mat-form-field class="w-full fuse-mat-textarea">
|
|
||||||
<mat-label>메모</mat-label>
|
|
||||||
<textarea matInput name="memo" row="5"></textarea>
|
|
||||||
</mat-form-field>
|
|
||||||
</ng-container>
|
|
||||||
<!-- Security -->
|
|
||||||
<ng-container *ngSwitchCase="'security'">
|
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<mat-form-field class="w-1/3 pr-2">
|
<mat-form-field class="w-1/3 pr-2">
|
||||||
<mat-label>콤프</mat-label>
|
<mat-label>콤프</mat-label>
|
||||||
|
@ -349,9 +342,32 @@
|
||||||
/>
|
/>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-col flex-auto w-full p-8 text-center">
|
||||||
|
<mat-form-field class="">
|
||||||
|
<mat-label>게임중머니</mat-label>
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
matInput
|
||||||
|
[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'">
|
||||||
|
게임머니회수
|
||||||
|
</button>
|
||||||
|
<button mat-flat-button [color]="'primary'">
|
||||||
|
게임머니확인
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<mat-form-field class="w-full fuse-mat-textarea">
|
||||||
|
<mat-label>메모</mat-label>
|
||||||
|
<textarea matInput name="memo" row="5"></textarea>
|
||||||
|
</mat-form-field>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<!-- Plan & Billing -->
|
<!-- Security -->
|
||||||
<ng-container *ngSwitchCase="'plan-billing'">
|
<ng-container *ngSwitchCase="'security'">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<mat-form-field class="w-1/3 pr-2">
|
<mat-form-field class="w-1/3 pr-2">
|
||||||
<mat-label>바카라 요율</mat-label>
|
<mat-label>바카라 요율</mat-label>
|
||||||
|
@ -441,6 +457,27 @@
|
||||||
</mat-slide-toggle>
|
</mat-slide-toggle>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex">
|
||||||
|
<span class="font-semibold mb-2">파트너수동지급</span>
|
||||||
|
<mat-radio-group
|
||||||
|
class="flex flex-col w-1/3 pr-2"
|
||||||
|
[color]="'primary'"
|
||||||
|
[value]="'just-good'"
|
||||||
|
>
|
||||||
|
<mat-radio-button class="mb-2" [value]="'everything'">
|
||||||
|
하부파트너전체
|
||||||
|
</mat-radio-button>
|
||||||
|
<mat-radio-button class="mb-2" [value]="'just-good'">
|
||||||
|
직속파트너만
|
||||||
|
</mat-radio-button>
|
||||||
|
<mat-radio-button [value]="'no-push'">
|
||||||
|
사용안함
|
||||||
|
</mat-radio-button>
|
||||||
|
</mat-radio-group>
|
||||||
|
</div>
|
||||||
|
</ng-container>
|
||||||
|
<!-- Plan & Billing -->
|
||||||
|
<ng-container *ngSwitchCase="'plan-billing'">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<span class="w-1/3 pr-2">
|
<span class="w-1/3 pr-2">
|
||||||
<mat-slide-toggle [color]="'primary'">
|
<mat-slide-toggle [color]="'primary'">
|
||||||
|
@ -475,48 +512,8 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<ng-container *ngSwitchCase="'notifications'">
|
<ng-container *ngSwitchCase="'notifications'"
|
||||||
<div class="flex flex-col flex-auto w-full p-8 text-center">
|
><div>내역</div>
|
||||||
<mat-form-field class="">
|
|
||||||
<mat-label>게임중머니</mat-label>
|
|
||||||
<input
|
|
||||||
type="text"
|
|
||||||
matInput
|
|
||||||
[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'">
|
|
||||||
게임머니회수
|
|
||||||
</button>
|
|
||||||
<button mat-flat-button [color]="'primary'">
|
|
||||||
게임머니확인
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<span class="font-semibold mb-2">파트너수동지급</span>
|
|
||||||
<mat-radio-group
|
|
||||||
class="flex flex-col w-1/3 pr-2"
|
|
||||||
[color]="'primary'"
|
|
||||||
[value]="'just-good'"
|
|
||||||
>
|
|
||||||
<mat-radio-button class="mb-2" [value]="'everything'">
|
|
||||||
하부파트너전체
|
|
||||||
</mat-radio-button>
|
|
||||||
<mat-radio-button class="mb-2" [value]="'just-good'">
|
|
||||||
직속파트너만
|
|
||||||
</mat-radio-button>
|
|
||||||
<mat-radio-button [value]="'no-push'">
|
|
||||||
사용안함
|
|
||||||
</mat-radio-button>
|
|
||||||
</mat-radio-group>
|
|
||||||
</div>
|
|
||||||
</ng-container>
|
|
||||||
<!-- Team -->
|
|
||||||
<ng-container *ngSwitchCase="'team'">
|
|
||||||
<div>내역</div>
|
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user