list item is refined
This commit is contained in:
parent
1d8c974f63
commit
900d1c5eed
|
@ -23,33 +23,34 @@
|
|||
>
|
||||
<span>총 합계:<span style="color: blue">21,832,733</span>원</span>
|
||||
</div> -->
|
||||
<button mat-icon-button (click)="__onClickSearch()">
|
||||
<!-- <button mat-icon-button (click)="__onClickSearch()">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Memo -->
|
||||
<!-- <div
|
||||
<!-- Buttons -->
|
||||
<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"
|
||||
>
|
||||
<mat-form-field
|
||||
class="bet-mat-form-field-wrapper-mb-0 mr-2"
|
||||
style="width: 100%"
|
||||
>
|
||||
<textarea matInput cdkTextareaAutosize cdkAutosizeMinRows="2"></textarea>
|
||||
</mat-form-field>
|
||||
<button mat-flat-button [color]="'primary'">메모저장</button>
|
||||
</div> -->
|
||||
<div>
|
||||
<button mat-flat-button [color]="'primary'">15일</button>
|
||||
<button mat-flat-button [color]="'primary'">30일</button>
|
||||
<button mat-flat-button [color]="'primary'">60일</button>
|
||||
<button mat-flat-button [color]="'primary'">90일</button>
|
||||
<button mat-flat-button [color]="'primary'">120일</button>
|
||||
<button mat-flat-button [color]="'primary'">가입후 미접속</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Search -->
|
||||
<div
|
||||
<!-- <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"
|
||||
>
|
||||
<!-- Actions -->
|
||||
Actions
|
||||
<div fxLayout="row wrap" class="items-center mt-6 sm:mt-0 sm:ml-0">
|
||||
<!-- SelectBox -->
|
||||
SelectBox
|
||||
<mat-form-field fxFlex class="bet-mat-form-field-wrapper-mb-0 mr-2">
|
||||
<mat-select placeholder="리스트수">
|
||||
<mat-option value="40">40</mat-option>
|
||||
|
@ -115,7 +116,7 @@
|
|||
<mat-option value="">오름차순</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<!-- Search -->
|
||||
Search
|
||||
<mat-form-field
|
||||
fxFlex
|
||||
class="fuse-mat-rounded min-w-64 bet-mat-form-field-wrapper-mb-0 mr-2"
|
||||
|
@ -132,7 +133,7 @@
|
|||
[placeholder]="'Search user'"
|
||||
/>
|
||||
</mat-form-field>
|
||||
<!-- Add user button -->
|
||||
Add user button
|
||||
<button
|
||||
mat-flat-button
|
||||
[color]="'primary'"
|
||||
|
@ -143,7 +144,7 @@
|
|||
<span class="ml-2 mr-1">Search</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- Main -->
|
||||
<div class="flex flex-auto overflow-hidden">
|
||||
|
|
|
@ -56,7 +56,7 @@ import { Router } from '@angular/router';
|
|||
}
|
||||
|
||||
@screen lg {
|
||||
/* CB 아이디 등급 예금주 정산종류 보유금 충전금 로그 쪽지 상부 회원수 */
|
||||
/* CB 아이디 등급 예금주 정산종류 보유금 충전금 로그 쪽지 상부 회원수 */
|
||||
grid-template-columns: 20px 140px 100px auto 100px 140px 140px 140px 100px 100px 40px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user