dashboard #1
@@ -2,6 +2,7 @@
|
|||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height:100%;
|
||||||
}
|
}
|
||||||
pdb-visualization-page {
|
pdb-visualization-page {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -9,7 +10,8 @@
|
|||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
div[mat-dialog-actions] {
|
.mat-mdc-dialog-content {
|
||||||
|
max-height: unset;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h1 mat-dialog-title>Add Plot</h1>
|
<h1 mat-dialog-title>Add Plot</h1>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<h1 mat-dialog-title>Add Text</h1>
|
<h1 mat-dialog-title>Add Text</h1>
|
||||||
<div mat-dialog-content>
|
<div mat-dialog-content>
|
||||||
<mat-form-field appearance="fill">
|
<mat-form-field class="pdb-form-full-width">
|
||||||
<mat-label>Text</mat-label>
|
<mat-label>Text</mat-label>
|
||||||
<textarea matInput [(ngModel)]="text" #textElement focus></textarea>
|
<textarea matInput [(ngModel)]="text" #textElement focus></textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<h1 mat-dialog-title>Create a new dashboard</h1>
|
<h1 mat-dialog-title>Create a new dashboard</h1>
|
||||||
<div mat-dialog-content>
|
<div mat-dialog-content>
|
||||||
<mat-form-field appearance="fill">
|
<mat-form-field class="pdb-form-full-width">
|
||||||
<mat-label>Name</mat-label>
|
<mat-label>Name</mat-label>
|
||||||
<input matInput [(ngModel)]="data.name" #name>
|
<input matInput [(ngModel)]="data.name" #name>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field appearance="fill">
|
<mat-form-field class="pdb-form-full-width">
|
||||||
<mat-label>Description</mat-label>
|
<mat-label>Description</mat-label>
|
||||||
<textarea matInput [(ngModel)]="data.description"></textarea>
|
<textarea matInput [(ngModel)]="data.description"></textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user