Search 버튼 위치 수정
This commit is contained in:
parent
78302f355e
commit
ee54533547
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">입금관리</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>입금관리</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">출금관리</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>출금관리</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">고객센터</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span> 고객센터 </span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
</button>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">쪽지함</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span> 쪽지함 </span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,16 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">한줄공지</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
|
<span>한줄공지</span>
|
||||||
|
<span
|
||||||
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
|
></span>
|
||||||
|
</div>
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
<button
|
<button
|
||||||
class="ml-4"
|
class="ml-4"
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
|
|
|
@ -10,15 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">공지사항</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span> 공지사항 </span>
|
||||||
|
<span
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<div>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">{{ title }}</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>{{ title }}</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
</button>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|
|
@ -10,7 +10,13 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">파워볼</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
|
<span>파워볼</span>
|
||||||
|
<span
|
||||||
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
|
></span>
|
||||||
|
</div>
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
@ -24,9 +30,6 @@
|
||||||
<span>진행중금액:<span style="color: red">0</span>원</span>
|
<span>진행중금액:<span style="color: red">0</span>원</span>
|
||||||
<span>정산:<span style="color: red">410,000</span>원</span>
|
<span>정산:<span style="color: red">410,000</span>원</span>
|
||||||
</div>
|
</div>
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,20 +10,15 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">슬롯베팅리스트</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- 슬롯 게임 요약 정보 -->
|
<span>슬롯베팅리스트</span>
|
||||||
<div
|
<span
|
||||||
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"
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
></div>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
|
></span>
|
||||||
<!-- Actions -->
|
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
|
||||||
<!-- Search -->
|
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 슬롯 게임 요약 정보 -->
|
||||||
|
|
||||||
<div
|
<div
|
||||||
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"
|
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"
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">CASINO 머니파악</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>CASINO 머니파악</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
</button>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">쿠폰발행로그</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>쿠폰발행로그</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
</button>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">쿠폰발행머니로그</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>쿠폰발행머니로그</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">쿠폰발행리스트</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>쿠폰발행리스트</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span>
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
</button>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -10,12 +10,13 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">장기 미접속 회원</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>장기 미접속 회원</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span>
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<button mat-icon-button (click)="__onClickSearch()">
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">관리자로그인정보</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>관리자로그인정보</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,13 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">콤프사용Logs</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
|
<span>콤프사용로그</span>
|
||||||
|
<span>
|
||||||
|
<button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
|
></span>
|
||||||
|
</div>
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
@ -18,9 +24,6 @@
|
||||||
<span>콤프합계:<span style="color: red">7,600</span>콤프</span
|
<span>콤프합계:<span style="color: red">7,600</span>콤프</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">파트너일일현황</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>파트너일일현황</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">일일현황</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>일일현황</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">중복로그인</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>중복로그인</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,14 +10,13 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">엑셀다운로그</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span> 엑셀다운로그 </span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span>
|
||||||
<!-- Search -->
|
<button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
</button>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
</span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">회원수정로그</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>회원수정로그</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">머니활동 Logs</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>머니활동로그</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">수동지급/회수로그</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>수동지급/회수로그</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">종목별매출통계</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>종목별매출통계</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">금일배팅자목록</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>금일배팅자목록</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
></span>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt-2 mb-2 ml-6">
|
<div class="flex items-center mt-2 mb-2 ml-6">
|
||||||
|
|
|
@ -10,14 +10,12 @@
|
||||||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||||
</div>
|
</div>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div class="text-4xl font-extrabold tracking-tight">로그인정보</div>
|
<div class="text-4xl font-extrabold tracking-tight">
|
||||||
<!-- Actions -->
|
<span>로그인정보</span>
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<span
|
||||||
<!-- Search -->
|
><button mat-icon-button (click)="__onClickSearch()">
|
||||||
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon></button
|
||||||
<button mat-icon-button (click)="__onClickSearch()">
|
></span>
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user