Updating Mudblazor Version
This commit is contained in:
@@ -29,17 +29,17 @@
|
||||
padding: 30px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.entityPartsContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@media only screen and (max-width: 1025px) {
|
||||
.entitiesContainer {
|
||||
padding: 0px;
|
||||
@@ -49,10 +49,8 @@
|
||||
|
||||
@code {
|
||||
|
||||
[CascadingParameter]
|
||||
public EntityModel? Entity { get; set; }
|
||||
[CascadingParameter] public EntityModel? Entity { get; set; }
|
||||
|
||||
[CascadingParameter]
|
||||
public string? StyleType { get; set; }
|
||||
[CascadingParameter] public string? StyleType { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user