commit
13e6b10b7a
@ -85,7 +85,8 @@
|
|||||||
formControlName="entityId">
|
formControlName="entityId">
|
||||||
</tb-entity-select>
|
</tb-entity-select>
|
||||||
</section>
|
</section>
|
||||||
<div formGroupName="keys">
|
<div class="mat-accordion-container" formGroupName="keys">
|
||||||
|
<mat-accordion [multi]="true">
|
||||||
<mat-expansion-panel formGroupName="attributes" [expanded]="true">
|
<mat-expansion-panel formGroupName="attributes" [expanded]="true">
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel-header>
|
||||||
<mat-panel-title>
|
<mat-panel-title>
|
||||||
@ -130,6 +131,7 @@
|
|||||||
[dataKeyType]="dataKeyType.timeseries">
|
[dataKeyType]="dataKeyType.timeseries">
|
||||||
</tb-entity-keys-list>
|
</tb-entity-keys-list>
|
||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
|
</mat-accordion>
|
||||||
</div>
|
</div>
|
||||||
<tb-datetime
|
<tb-datetime
|
||||||
dateText="entity-view.start-date"
|
dateText="entity-view.start-date"
|
||||||
|
|||||||
@ -14,16 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
:host {
|
:host {
|
||||||
mat-expansion-panel {
|
.mat-accordion-container {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tb-dialog {
|
|
||||||
:host {
|
|
||||||
mat-expansion-panel {
|
|
||||||
margin-left: 6px;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@ -14,9 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
:host ::ng-deep {
|
:host ::ng-deep {
|
||||||
.mat-checkbox.hinted-checkbox {
|
.mat-checkbox{
|
||||||
|
&.hinted-checkbox {
|
||||||
.mat-checkbox-inner-container {
|
.mat-checkbox-inner-container {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-checkbox-layout{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -812,7 +812,6 @@ mat-label {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -862,7 +861,7 @@ mat-label {
|
|||||||
.mat-dialog-container {
|
.mat-dialog-container {
|
||||||
> *:first-child, form {
|
> *:first-child, form {
|
||||||
min-width: 100% !important;
|
min-width: 100% !important;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user