list item is refined

This commit is contained in:
이담 정 2022-07-21 09:47:43 +00:00
parent 1d8c974f63
commit 900d1c5eed
2 changed files with 20 additions and 19 deletions

View File

@ -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">