Skip to content

Commit b186090

Browse files
author
Zhicheng WANG
committed
fix: 在手机上隐藏大纲栏
1 parent 14e744c commit b186090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/layout-nav/layout-nav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<main appOutlineArea>
3737
<router-outlet></router-outlet>
3838
</main>
39-
<app-outline class="d-sticky"></app-outline>
39+
<app-outline *ngIf="!isHandset" class="d-sticky"></app-outline>
4040
</mat-sidenav-content>
4141
</mat-sidenav-container>

0 commit comments

Comments
 (0)