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