bug fix
This commit is contained in:
parent
ffda32c5e8
commit
f57364bb4d
|
@ -1,134 +1,3 @@
|
|||
<!-- <div>
|
||||
<div
|
||||
class="sm:col-span-6 flex flex-col flex-auto p-6 bg-card shadow rounded-2xl overflow-hidden"
|
||||
>
|
||||
<div class="text-lg font-medium tracking-tight leading-6 truncate">
|
||||
현재 접속자 & 전체회원 쪽지보내기
|
||||
</div>
|
||||
<div class="flex flex-col flex-auto">
|
||||
<form
|
||||
[formGroup]="targetForm"
|
||||
autocomplete="off"
|
||||
class="flex flex-col flex-auto p-6 sm:p-8 overflow-y-auto"
|
||||
>
|
||||
<mat-card>
|
||||
<mat-card-content>
|
||||
<div>
|
||||
<span class="font-semibold mb-2">구분</span>
|
||||
<mat-radio-group
|
||||
class="flex flex-col w-1/3 pr-2"
|
||||
[color]="'primary'"
|
||||
[value]="'b'"
|
||||
>
|
||||
<mat-radio-button class="mb-2" [value]="'a'">
|
||||
전체
|
||||
</mat-radio-button>
|
||||
<mat-radio-button class="mb-2" [value]="'b'">
|
||||
현재접속자
|
||||
</mat-radio-button>
|
||||
<mat-radio-button [value]="'c'"> 본사 </mat-radio-button>
|
||||
<mat-radio-button [value]="'d'"> 대본 </mat-radio-button>
|
||||
<mat-radio-button [value]="'e'"> 부본 </mat-radio-button>
|
||||
<mat-radio-button [value]="'f'"> 총판 </mat-radio-button>
|
||||
<mat-radio-button [value]="'g'"> 매장 </mat-radio-button>
|
||||
<mat-radio-button [value]="'h'"> 회원 </mat-radio-button>
|
||||
</mat-radio-group>
|
||||
</div>
|
||||
<div>
|
||||
<span class="font-semibold mb-2">대본아이디</span>
|
||||
<mat-radio-group
|
||||
class="flex flex-col w-1/3 pr-2"
|
||||
[color]="'primary'"
|
||||
[value]="'i'"
|
||||
>
|
||||
<mat-radio-button class="mb-2" [value]="'i'">
|
||||
대본하부회원
|
||||
</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
<mat-form-field
|
||||
fxFlex
|
||||
class="bet-mat-form-field-wrapper-mb-0 mr-2"
|
||||
>
|
||||
<mat-select placeholder="선택">
|
||||
<mat-option value="">선택</mat-option>
|
||||
<mat-option value="">kgon2</mat-option>
|
||||
<mat-option value="">bbc100</mat-option>
|
||||
<mat-option value="">test00</mat-option>
|
||||
<mat-option value="">qwer11</mat-option>
|
||||
<mat-option value="">zxcv123</mat-option>
|
||||
<mat-option value="">on01</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div>
|
||||
<span class="font-semibold mb-2">부본아이디</span>
|
||||
<mat-radio-group
|
||||
class="flex flex-col w-1/3 pr-2"
|
||||
[color]="'primary'"
|
||||
[value]="'j'"
|
||||
>
|
||||
<mat-radio-button class="mb-2" [value]="'j'">
|
||||
부본하부회원
|
||||
</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
<mat-form-field
|
||||
fxFlex
|
||||
class="bet-mat-form-field-wrapper-mb-0 mr-2"
|
||||
>
|
||||
<mat-select placeholder="선택">
|
||||
<mat-option value="">선택</mat-option>
|
||||
<mat-option value="">kgon3</mat-option>
|
||||
<mat-option value="">test33</mat-option>
|
||||
<mat-option value="">aa2315</mat-option>
|
||||
<mat-option value="">test770</mat-option>
|
||||
<mat-option value="">zxcv12</mat-option>
|
||||
<mat-option value="">on02</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<mat-form-field class="w-1/3 pr-2">
|
||||
<mat-label>제목</mat-label>
|
||||
<input matInput />
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="mt-8">
|
||||
<mat-form-field
|
||||
class="fuse-mat-dense fuse-mat-no-subscript fuse-mat-rounded fuse-mat-bold w-full"
|
||||
>
|
||||
<mat-label>글쓴이</mat-label>
|
||||
<input matInput [formControlName]="'writer'" />
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<mat-form-field
|
||||
class="mt-8 fuse-mat-dense fuse-mat-no-subscript fuse-mat-rounded fuse-mat-bold w-full"
|
||||
>
|
||||
<textarea
|
||||
matInput
|
||||
[required]="true"
|
||||
[rows]="5"
|
||||
matTextareaAutosize
|
||||
[formControlName]="'content'"
|
||||
></textarea>
|
||||
<mat-label>내용</mat-label>
|
||||
</mat-form-field>
|
||||
</mat-card-content>
|
||||
<div>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
||||
쪽지보내기
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button mat-flat-button class="bet-mat-small-8" [color]="'warn'">
|
||||
취소
|
||||
</button>
|
||||
</div>
|
||||
</mat-card>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="flex flex-col flex-auto min-w-0">
|
||||
<div class="flex-auto border-t -mt-px pt-4 sm:pt-6">
|
||||
<div class="w-full max-w-screen-xl mx-auto">
|
||||
|
|
Loading…
Reference in New Issue
Block a user