Adjust table style and move elements
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
content header
|
<button mat-raised-button color="primary" (click)="addMeterData()">Neuer Eintrag</button>
|
||||||
<p>dashboard works!</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button mat-raised-button color="primary" (click)="addMeterData()">addMeterData</button>
|
|
||||||
|
|
||||||
<mat-grid-list cols="2" rowHeight="400px">
|
<mat-grid-list cols="2" rowHeight="500px">
|
||||||
<mat-grid-tile>
|
<mat-grid-tile>
|
||||||
<app-meter-data-wrapper class="full-width" [meterData]="meterDataEnergyDTO"
|
<app-meter-data-wrapper class="full-width" [meterData]="meterDataEnergyDTO"
|
||||||
[type]="usageTypes.ENERGY"></app-meter-data-wrapper>
|
[type]="usageTypes.ENERGY"></app-meter-data-wrapper>
|
||||||
|
|||||||
@@ -70,3 +70,8 @@ button {
|
|||||||
justify-content: end;
|
justify-content: end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// mat-table
|
||||||
|
.mat-mdc-table .mat-mdc-row {
|
||||||
|
height: 42px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user