통합검색 - 수정중

This commit is contained in:
khk 2020-03-17 18:12:10 +09:00
parent c884b0bf71
commit 1a67230dae
6 changed files with 33 additions and 26 deletions

View File

@ -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

View File

@ -112,3 +112,6 @@
}
}
}
.integrate-search-org {
overflow: auto;
}

View File

@ -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"

View File

@ -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;

View File

@ -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;

View File

@ -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%;