페이지 수정

This commit is contained in:
이담 정 2022-08-23 06:24:07 +00:00
parent 65e0a4fe4d
commit b7ae4f425a
6 changed files with 31 additions and 63 deletions

View File

@ -54,7 +54,7 @@
> >
<!-- 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 --> <!-- Search -->
<!-- Card inception --> <!-- Card inception -->
<mat-form-field [floatLabel]="'always'"> <mat-form-field [floatLabel]="'always'">
<input <input
@ -98,7 +98,6 @@
<mat-option value="">파트너수동지급</mat-option> <mat-option value="">파트너수동지급</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
<!-- 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"

View File

@ -33,8 +33,6 @@
</mat-form-field> </mat-form-field>
<button mat-flat-button [color]="'primary'">메모저장</button> <button mat-flat-button [color]="'primary'">메모저장</button>
</div> </div>
<!-- Search -->
<div class="flex items-center mt-2 mb-2 ml-6"> <div class="flex items-center mt-2 mb-2 ml-6">
<div> <div>
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'"> <button mat-flat-button class="bet-mat-small-8" [color]="'primary'">

View File

@ -13,15 +13,11 @@
<div class="text-4xl font-extrabold tracking-tight">고객센터</div> <div class="text-4xl font-extrabold tracking-tight">고객센터</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 -->
<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>
<!-- 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"

View File

@ -12,10 +12,8 @@
<!-- Title --> <!-- Title -->
<div class="text-4xl font-extrabold tracking-tight">한줄공지</div> <div class="text-4xl font-extrabold tracking-tight">한줄공지</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()"> <button mat-icon-button (click)="__onClickSearch()">
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon> <mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
</button> </button>
@ -30,8 +28,6 @@
</button> </button>
</div> </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"
@ -39,23 +35,8 @@
<!-- 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">
<!-- Search --> <!-- Search -->
<!-- Add user button -->
<button
mat-flat-button
[color]="'primary'"
fxFlex
(click)="__createProduct()"
>
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
<span class="ml-2 mr-1">Search</span>
</button>
</div>
<!-- Card inception --> <!-- Card inception -->
<div class="col-span-2 sm:col-span-1"> <mat-form-field [floatLabel]="'always'">
<mat-form-field
class="fuse-mat-no-subscript w-full"
[floatLabel]="'always'"
>
<input <input
matInput matInput
[matDatepicker]="picker1" [matDatepicker]="picker1"
@ -67,13 +48,8 @@
></mat-datepicker-toggle> ></mat-datepicker-toggle>
<mat-datepicker #picker1></mat-datepicker> <mat-datepicker #picker1></mat-datepicker>
</mat-form-field> </mat-form-field>
</div>
<!-- Card expiration --> <!-- Card expiration -->
<div class="col-span-2 sm:col-span-1"> <mat-form-field [floatLabel]="'always'">
<mat-form-field
class="fuse-mat-no-subscript w-full"
[floatLabel]="'always'"
>
<input <input
matInput matInput
[matDatepicker]="picker2" [matDatepicker]="picker2"
@ -85,6 +61,17 @@
></mat-datepicker-toggle> ></mat-datepicker-toggle>
<mat-datepicker #picker2></mat-datepicker> <mat-datepicker #picker2></mat-datepicker>
</mat-form-field> </mat-form-field>
<!-- Add user button -->
<button
mat-flat-button
style="position: fixed; margin-top: 4px"
[color]="'primary'"
fxFlex
(click)="__createProduct()"
>
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
<span class="ml-2 mr-1">Search</span>
</button>
</div> </div>
</div> </div>

View File

@ -14,7 +14,6 @@
<!-- 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 -->
<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>
@ -22,8 +21,6 @@
</div> </div>
</div> </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"
@ -31,23 +28,8 @@
<!-- 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">
<!-- Search --> <!-- Search -->
<!-- Add user button -->
<button
mat-flat-button
[color]="'primary'"
fxFlex
(click)="__createProduct()"
>
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
<span class="ml-2 mr-1">Search</span>
</button>
</div>
<!-- Card inception --> <!-- Card inception -->
<div class="col-span-2 sm:col-span-1"> <mat-form-field [floatLabel]="'always'">
<mat-form-field
class="fuse-mat-no-subscript w-full"
[floatLabel]="'always'"
>
<input <input
matInput matInput
[matDatepicker]="picker1" [matDatepicker]="picker1"
@ -59,13 +41,8 @@
></mat-datepicker-toggle> ></mat-datepicker-toggle>
<mat-datepicker #picker1></mat-datepicker> <mat-datepicker #picker1></mat-datepicker>
</mat-form-field> </mat-form-field>
</div>
<!-- Card expiration --> <!-- Card expiration -->
<div class="col-span-2 sm:col-span-1"> <mat-form-field [floatLabel]="'always'">
<mat-form-field
class="fuse-mat-no-subscript w-full"
[floatLabel]="'always'"
>
<input <input
matInput matInput
[matDatepicker]="picker2" [matDatepicker]="picker2"
@ -77,6 +54,16 @@
></mat-datepicker-toggle> ></mat-datepicker-toggle>
<mat-datepicker #picker2></mat-datepicker> <mat-datepicker #picker2></mat-datepicker>
</mat-form-field> </mat-form-field>
<button
fxFlex
mat-flat-button
style="position: fixed; margin-top: 4px"
[color]="'primary'"
(click)="__createProduct()"
>
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
<span class="ml-2 mr-1">Search</span>
</button>
</div> </div>
</div> </div>

View File

@ -79,6 +79,7 @@
<!-- Add user button --> <!-- Add user button -->
<button <button
mat-flat-button mat-flat-button
style="position: fixed; margin-top: 4px"
[color]="'primary'" [color]="'primary'"
fxFlex fxFlex
(click)="__createProduct()" (click)="__createProduct()"