조직도 테이블 수정.

This commit is contained in:
leejinho 2020-03-13 08:17:04 +09:00
parent d4269a1300
commit 17a56ed5f9
2 changed files with 12 additions and 5 deletions

View File

@ -7,7 +7,10 @@
>
<ng-container matColumnDef="profileImage">
<th mat-header-cell *matHeaderCellDef class="profileImage">
{{ 'search.fieldProfile' | translate }}
<span class="ui-column-resizer none"></span>
<span>
{{ 'search.fieldProfile' | translate }}
</span>
</th>
<td mat-cell *matCellDef="let element" class="profileImage">
<div class="table-item">
@ -37,7 +40,7 @@
</td>
</ng-container>
<ng-container matColumnDef="profileInfo">
<th mat-header-cell *matHeaderCellDef class="profileInfo" minWidth="200">
<th mat-header-cell *matHeaderCellDef class="profileInfo" minWidth="150">
<span
class="ui-column-resizer"
(mousedown)="resizeTable($event)"
@ -79,7 +82,7 @@
</td>
</ng-container>
<ng-container matColumnDef="company_hpNumber">
<th mat-header-cell *matHeaderCellDef>
<th mat-header-cell *matHeaderCellDef minWidth="75">
<span
class="ui-column-resizer"
(mousedown)="resizeTable($event)"
@ -101,7 +104,7 @@
</td>
</ng-container>
<ng-container matColumnDef="workplace_lineNumber">
<th mat-header-cell *matHeaderCellDef>
<th mat-header-cell *matHeaderCellDef minWidth="75">
<span
class="ui-column-resizer"
(mousedown)="resizeTable($event)"
@ -127,7 +130,7 @@
</td>
</ng-container>
<ng-container matColumnDef="responsibilities_email">
<th mat-header-cell *matHeaderCellDef>
<th mat-header-cell *matHeaderCellDef minWidth="90">
<span
class="ui-column-resizer"
(mousedown)="resizeTable($event)"

View File

@ -49,6 +49,10 @@ th.mat-header-cell {
cursor: col-resize;
border: none;
background-color: #d4d4d4;
&.none {
cursor: initial;
}
}
span {
&[mat-sort-header='name'],