mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Fixed: Minor issues with E-Commerce app
+ Fixed: Navigation collapsable items don't expand if the url has extra parameters in it
This commit is contained in:
parent
786180958d
commit
685cd76da2
|
@ -166,7 +166,7 @@ export class FuseNavVerticalCollapseComponent implements OnInit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( parent.children[i].url === url )
|
if ( parent.children[i].url === url || url.includes(parent.children[i].url) )
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.invoice-container {
|
.invoice-container {
|
||||||
padding: 64px;
|
padding: 16px;
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
width: 1020px;
|
width: 1020px;
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
name="description"
|
name="description"
|
||||||
formControlName="description"
|
formControlName="description"
|
||||||
placeholder="Product Description"
|
placeholder="Product Description"
|
||||||
rows="10">
|
rows="5">
|
||||||
</textarea>
|
</textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
<mat-tab label="Shipping">
|
<mat-tab label="Shipping">
|
||||||
<div class="tab-content p-24" fusePerfectScrollbar fxLayout="column">
|
<div class="tab-content p-24" fusePerfectScrollbar fxLayout="column">
|
||||||
|
|
||||||
<div class="py-16" fxFlex="1 0 auto" fxLayout="row">
|
<div class="py-16" fxLayout="row">
|
||||||
<mat-form-field fxFlex>
|
<mat-form-field fxFlex>
|
||||||
<input matInput
|
<input matInput
|
||||||
name="Width"
|
name="Width"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user