From 0693e4dbd75a8c23a7e6dd34aa9a9ecee0a3a7b3 Mon Sep 17 00:00:00 2001 From: bhq@iemsoft.cn <bhq@iemsoft.cn> Date: Tue, 06 Nov 2018 10:34:53 +0800 Subject: [PATCH] 修改登录问题 --- formManagement/src/app/app.component.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/formManagement/src/app/app.component.html b/formManagement/src/app/app.component.html index c6bc107..521650d 100644 --- a/formManagement/src/app/app.component.html +++ b/formManagement/src/app/app.component.html @@ -1,5 +1,7 @@ + <main> <router-outlet> + <div class="layout-fixed" *ngIf="isShowTitle"> <div class="wrapper"> <div class="topnavbar-wrapper"> -- Gitblit v1.8.0