페이지 수정
This commit is contained in:
parent
c0dbe4a4ce
commit
236a54fbbb
|
@ -12,8 +12,17 @@
|
|||
<!-- Title -->
|
||||
<div class="text-4xl font-extrabold tracking-tight">장기 미접속 회원</div>
|
||||
<!-- Actions -->
|
||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||
<button mat-icon-button (click)="__onClickSearch()">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
class="relative flex flex-col sm:flex-row flex-0 sm:items-center sm:justify-between py-4 px-6 md:px-8 border-b"
|
||||
>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<div>
|
||||
<button mat-flat-button [color]="'primary'">15일</button>
|
||||
|
@ -24,6 +33,7 @@
|
|||
<button mat-flat-button [color]="'primary'">가입후 미접속</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Main -->
|
||||
<div class="flex flex-auto overflow-hidden">
|
||||
|
|
|
@ -39,17 +39,13 @@
|
|||
<button mat-flat-button [color]="'primary'">메모저장</button>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<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>
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
||||
<!-- Search -->
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
관리자지급/회수
|
||||
</button>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -102,9 +108,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
관리자지급/회수
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main -->
|
||||
|
|
|
@ -19,6 +19,18 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -71,15 +83,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -19,6 +19,21 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
엑셀저장
|
||||
</button>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -71,21 +86,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
검색하기
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
엑셀저장
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -19,6 +19,15 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
관리자지급/회수
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
파트너지급/회수
|
||||
</button>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -89,12 +98,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
관리자지급/회수
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
파트너지급/회수
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -19,6 +19,18 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
<hr style="margin: 7px 0px" />
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -62,15 +74,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main -->
|
||||
|
|
|
@ -19,6 +19,17 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
<!-- Search -->
|
||||
<div
|
||||
*ngIf="__isSearchOpened"
|
||||
|
@ -94,18 +105,6 @@
|
|||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
검색하기
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
어제
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
오늘
|
||||
</button>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
7일
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user