Ajout de style sur les tableaux
+ ajout de transition sur la navigation
This commit is contained in:
@@ -7,3 +7,13 @@ table {
|
||||
height: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.mat-row td {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.spanWithBreakWord {
|
||||
display: inline-block;
|
||||
min-width: 200px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<td mat-cell *matCellDef="let element">{{element.gear.name}}</td>
|
||||
</ng-container>
|
||||
|
||||
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>
|
||||
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
|
||||
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user