버튼 수정
This commit is contained in:
parent
acf0cc361d
commit
571d6cea3a
@ -89,18 +89,18 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
입금처리
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
대기처리
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<!-- Main -->
|
<!-- Main -->
|
||||||
<div class="flex flex-auto overflow-hidden">
|
<div class="flex flex-auto overflow-hidden">
|
||||||
|
<div>
|
||||||
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
|
입금처리
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
|
대기처리
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<!-- Products list -->
|
<!-- Products list -->
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
|
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
|
||||||
@ -258,15 +258,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
입금처리
|
||||||
입금처리
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
대기처리
|
||||||
대기처리
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -89,23 +89,23 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
환전처리
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
대기처리
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'warn'">
|
|
||||||
환전취소
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<!-- Main -->
|
<!-- Main -->
|
||||||
<div class="flex flex-auto overflow-hidden">
|
<div class="flex flex-auto overflow-hidden">
|
||||||
|
<div>
|
||||||
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
|
환전처리
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
|
대기처리
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button mat-flat-button class="bet-mat-small-8" [color]="'warn'">
|
||||||
|
환전취소
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<!-- Products list -->
|
<!-- Products list -->
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
|
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
|
||||||
@ -241,20 +241,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
환전처리
|
||||||
환전처리
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
대기처리
|
||||||
대기처리
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'warn'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'warn'">
|
환전취소
|
||||||
환전취소
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -276,15 +276,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
탈퇴
|
||||||
탈퇴
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
휴면
|
||||||
휴면
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -266,7 +266,6 @@
|
|||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
IP{{ user.ip }}
|
IP{{ user.ip }}
|
||||||
</div>
|
</div>
|
||||||
<!-- management -->
|
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
@ -292,35 +291,35 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
정상
|
||||||
정상
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
대기
|
||||||
대기
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
탈퇴
|
||||||
탈퇴
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
휴면
|
||||||
휴면
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
블랙
|
||||||
블랙
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
<div>
|
||||||
<div>
|
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
정지
|
||||||
정지
|
</button>
|
||||||
</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user