Tailwind eingebaut
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<mat-tab-group mat-stretch-tabs="true" mat-align-tabs="start" [dynamicHeight]="true" >
|
||||
<mat-tab label="Neue Übergabe" >
|
||||
<mat-dialog-content>
|
||||
<form [formGroup]="handoverForm" class="flex-column" style="margin-top: 12px;">
|
||||
<form [formGroup]="handoverForm" class="flex flex-col items-stretch justify-stretch">
|
||||
<!-- <h6>Neue Übergabe anlegen:</h6> -->
|
||||
|
||||
<mat-form-field>
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
<div style="margin: 24px 0;">
|
||||
Der Schlüssel wurde
|
||||
<mat-radio-group formControlName="direction" class="flex-column" style="align-items: flex-start; justify-content: flex-start;">
|
||||
<mat-radio-group formControlName="direction" class="flex flex-col justify-items-start items-start">
|
||||
<mat-radio-button [value]="'out'">Ausgegeben</mat-radio-button>
|
||||
<mat-radio-button [value]="'return'">Zurückgegeben</mat-radio-button>
|
||||
</mat-radio-group>
|
||||
@@ -49,8 +49,8 @@
|
||||
</mat-tab>
|
||||
|
||||
<mat-tab label="Historie">
|
||||
<mat-dialog-content class="no-padding">
|
||||
<div style="height: 300px; padding: 12px 0 0 0;">
|
||||
<mat-dialog-content class="p-0">
|
||||
<div style="height: 300px;" class="pt-3 px-0 pr-0">
|
||||
<ag-grid-angular
|
||||
style="width: 100%; height: 100%;"
|
||||
(gridReady)="onGridReady($event)"
|
||||
|
||||
Reference in New Issue
Block a user