통합검색 - 수정중
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
|
||||
|
|
|
@ -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,10 +22,8 @@
|
|||
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
||||
}
|
||||
|
||||
.search-scrollbar {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.integrated-search {
|
||||
width: 100%;
|
||||
.search-area {
|
||||
margin: 0 -10px;
|
||||
.search-container {
|
||||
|
@ -48,6 +46,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-scrollbar {
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.table-box {
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user