From 4ee6445f67bbb56caa2b2f981afce6e87cc602af Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 10 七月 2019 21:01:26 +0800
Subject: [PATCH] 每个页面显示当前页面名称,将上下框无法对其的处理对齐
---
WebService/src/main/resources/views/floorFlow.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/views/floorFlow.html b/WebService/src/main/resources/views/floorFlow.html
index 2537625..5a0ef56 100644
--- a/WebService/src/main/resources/views/floorFlow.html
+++ b/WebService/src/main/resources/views/floorFlow.html
@@ -18,6 +18,9 @@
<div class="row border-bottom">
<vc:create name="nav"></vc:create>
</div>
+ <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
+ <vc:create name="breadcrumb"></vc:create>
+ </div>
<!-- id="component" -->
<div class="wrapper wrapper-content animated fadeInRight">
<vc:create name="listFloor"></vc:create>
--
Gitblit v1.8.0