머니활동 로그 수정
This commit is contained in:
parent
abefe9721f
commit
d20c5dd6d8
|
@ -37,42 +37,6 @@
|
||||||
<mat-option value="">관리자회수</mat-option>
|
<mat-option value="">관리자회수</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<!-- Card inception -->
|
|
||||||
<div class="col-span-2 sm:col-span-1">
|
|
||||||
<mat-form-field
|
|
||||||
class="fuse-mat-no-subscript w-full"
|
|
||||||
[floatLabel]="'always'"
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
matInput
|
|
||||||
[matDatepicker]="picker1"
|
|
||||||
[placeholder]="'Choose a date'"
|
|
||||||
/>
|
|
||||||
<mat-datepicker-toggle
|
|
||||||
matSuffix
|
|
||||||
[for]="picker1"
|
|
||||||
></mat-datepicker-toggle>
|
|
||||||
<mat-datepicker #picker1></mat-datepicker>
|
|
||||||
</mat-form-field>
|
|
||||||
</div>
|
|
||||||
<!-- Card expiration -->
|
|
||||||
<div class="col-span-2 sm:col-span-1">
|
|
||||||
<mat-form-field
|
|
||||||
class="fuse-mat-no-subscript w-full"
|
|
||||||
[floatLabel]="'always'"
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
matInput
|
|
||||||
[matDatepicker]="picker2"
|
|
||||||
[placeholder]="'Choose a date'"
|
|
||||||
/>
|
|
||||||
<mat-datepicker-toggle
|
|
||||||
matSuffix
|
|
||||||
[for]="picker2"
|
|
||||||
></mat-datepicker-toggle>
|
|
||||||
<mat-datepicker #picker2></mat-datepicker>
|
|
||||||
</mat-form-field>
|
|
||||||
</div>
|
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<mat-form-field
|
<mat-form-field
|
||||||
fxFlex
|
fxFlex
|
||||||
|
@ -101,16 +65,6 @@
|
||||||
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
<mat-icon [svgIcon]="'heroicons_outline:search'"></mat-icon>
|
||||||
<span class="ml-2 mr-1">Search</span>
|
<span class="ml-2 mr-1">Search</span>
|
||||||
</button>
|
</button>
|
||||||
<!-- 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>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user