통합검색 - 수정중
This commit is contained in:
parent
c884b0bf71
commit
1a67230dae
|
@ -16,7 +16,7 @@
|
|||
fxLayout="column"
|
||||
fxFlex="1 1 auto"
|
||||
class="rightDrawer-notice"
|
||||
style="position: relative;"
|
||||
style="position: relative; width:100%"
|
||||
>
|
||||
<div class="search-area">
|
||||
<ucap-integrated-search-form
|
||||
|
|
|
@ -112,3 +112,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.integrate-search-org {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
</div>
|
||||
</td>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="checkable">
|
||||
<ng-container matColumnDef="checkable" stickyEnd>
|
||||
<th mat-header-cell *matHeaderCellDef>
|
||||
<mat-checkbox
|
||||
#checkbox
|
||||
|
@ -161,7 +161,7 @@
|
|||
>
|
||||
</mat-checkbox>
|
||||
</th>
|
||||
<td mat-cell *matCellDef="let element" minWidth="70">
|
||||
<td mat-cell *matCellDef="let element" minWidth="70" >
|
||||
<mat-checkbox
|
||||
#checkbox
|
||||
*ngIf="loginRes.userSeq !== element.seq"
|
||||
|
|
|
@ -82,7 +82,7 @@ textarea {
|
|||
.mat-form-field-infix {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: auto;
|
||||
width: inherit !important;
|
||||
input {
|
||||
margin: 0;
|
||||
line-height: 1.4em;
|
||||
|
|
|
@ -54,6 +54,7 @@ $search-font-size: 14px;
|
|||
.mat-form-field-infix {
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
width: inherit !important;
|
||||
}
|
||||
.mat-form-field-suffix {
|
||||
margin-left: auto;
|
||||
|
|
|
@ -22,33 +22,36 @@
|
|||
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
||||
}
|
||||
|
||||
.search-scrollbar {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.search-area {
|
||||
margin: 0 -10px;
|
||||
.search-container {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
.icon-img {
|
||||
flex: 0 0 auto;
|
||||
color: #777777;
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
.mat-form-field {
|
||||
color: #333333;
|
||||
font-size: 0.88rem;
|
||||
color: #333333;
|
||||
.integrated-search {
|
||||
width: 100%;
|
||||
.search-area {
|
||||
margin: 0 -10px;
|
||||
.search-container {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
margin-left: -20px;
|
||||
max-width: 100%;
|
||||
.icon-img {
|
||||
flex: 0 0 auto;
|
||||
color: #777777;
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
.mat-form-field {
|
||||
color: #333333;
|
||||
font-size: 0.88rem;
|
||||
color: #333333;
|
||||
width: 100%;
|
||||
margin-left: -20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-scrollbar {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.table-box {
|
||||
font-size: 13px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user