From 2ce35cb8d146582b32fd8867ef27ac2930da6ae3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期二, 09 七月 2019 23:11:49 +0800
Subject: [PATCH] 根据师延俊建议将菜单改为折叠方式

---
 WebService/src/main/resources/components/nav/nav.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/nav/nav.html b/WebService/src/main/resources/components/nav/nav.html
index 9ea1e88..3c1357c 100644
--- a/WebService/src/main/resources/components/nav/nav.html
+++ b/WebService/src/main/resources/components/nav/nav.html
@@ -1,4 +1,4 @@
-<nav id="nav" class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
+<nav id="nav" class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0">
     <div class="navbar-header">
         <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
         <form role="search" class="navbar-form-custom" action="search_results.html">

--
Gitblit v1.8.0