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> <span>총 합계:<span style="color: blue">21,832,733</span></span>
</div> --> </div> -->
<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> -->
</div> </div>
</div> </div>
<!-- Memo --> <!-- Buttons -->
<!-- <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"
> >
<mat-form-field <div>
class="bet-mat-form-field-wrapper-mb-0 mr-2" <button mat-flat-button [color]="'primary'">15일</button>
style="width: 100%" <button mat-flat-button [color]="'primary'">30일</button>
> <button mat-flat-button [color]="'primary'">60일</button>
<textarea matInput cdkTextareaAutosize cdkAutosizeMinRows="2"></textarea> <button mat-flat-button [color]="'primary'">90일</button>
</mat-form-field> <button mat-flat-button [color]="'primary'">120일</button>
<button mat-flat-button [color]="'primary'">메모저장</button> <button mat-flat-button [color]="'primary'">가입후 미접속</button>
</div> --> </div>
</div>
<!-- Search --> <!-- Search -->
<div <!-- <div
*ngIf="__isSearchOpened" *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" 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"> <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-form-field fxFlex class="bet-mat-form-field-wrapper-mb-0 mr-2">
<mat-select placeholder="리스트수"> <mat-select placeholder="리스트수">
<mat-option value="40">40</mat-option> <mat-option value="40">40</mat-option>
@ -115,7 +116,7 @@
<mat-option value="">오름차순</mat-option> <mat-option value="">오름차순</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
<!-- Search --> Search
<mat-form-field <mat-form-field
fxFlex fxFlex
class="fuse-mat-rounded min-w-64 bet-mat-form-field-wrapper-mb-0 mr-2" class="fuse-mat-rounded min-w-64 bet-mat-form-field-wrapper-mb-0 mr-2"
@ -132,7 +133,7 @@
[placeholder]="'Search user'" [placeholder]="'Search user'"
/> />
</mat-form-field> </mat-form-field>
<!-- Add user button --> Add user button
<button <button
mat-flat-button mat-flat-button
[color]="'primary'" [color]="'primary'"
@ -143,7 +144,7 @@
<span class="ml-2 mr-1">Search</span> <span class="ml-2 mr-1">Search</span>
</button> </button>
</div> </div>
</div> </div> -->
<!-- Main --> <!-- Main -->
<div class="flex flex-auto overflow-hidden"> <div class="flex flex-auto overflow-hidden">

View File

@ -56,7 +56,7 @@ import { Router } from '@angular/router';
} }
@screen lg { @screen lg {
/* CB 아이디 등급 예금주 정산종류 보유금 충전금 로그 쪽지 상부 회원수 */ /* CB 아이디 등급 예금주 정산종류 보유금 충전금 로그 쪽지 상부 회원수 */
grid-template-columns: 20px 140px 100px auto 100px 140px 140px 140px 100px 100px 40px; grid-template-columns: 20px 140px 100px auto 100px 140px 140px 140px 100px 100px 40px;
} }
} }