35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<div class="member-list-container" fxLayout="column">
|
|
<!-- search start-->
|
|
<div fxFlex="0 0 50px">
|
|
<app-organization-search-for-tenant (changed)="onChangedSearch($event)">
|
|
</app-organization-search-for-tenant>
|
|
</div>
|
|
<!-- search end-->
|
|
|
|
<!-- content table start-->
|
|
<div class="member-list-body" fxFlex="1 1 auto" fxLayout="column">
|
|
<div class="list-header" fxFlex="0 0 48px" fxLayout="row">
|
|
<div class="list-header-title" fxFlex="1 1 auto">
|
|
<h5>아키텍처솔루션팀 <strong>20</strong>명</h5>
|
|
</div>
|
|
<div class="list-header-toolbox" fxFlex="0 0 100px">
|
|
이름
|
|
<mat-icon matSuffix class="selet-ico-obj" matRipple unbounded="true">
|
|
format_line_spacing
|
|
</mat-icon>
|
|
<mat-checkbox
|
|
class="subtitle-chk-box"
|
|
#checkboxAll
|
|
(click)="$event.stopPropagation()"
|
|
>
|
|
</mat-checkbox>
|
|
</div>
|
|
</div>
|
|
<div fxFlex="1 1 auto">
|
|
<app-organization-profile-list [searchData]="_searchData">
|
|
</app-organization-profile-list>
|
|
</div>
|
|
</div>
|
|
<!-- content table end-->
|
|
</div>
|