From d8170bb1574a996c8c37f86e9311c6852c883489 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期四, 04 四月 2019 00:29:07 +0800
Subject: [PATCH] 修复员工界面展示功能
---
WebService/src/main/resources/static/css/plugins/steps/jquery.steps.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/static/css/plugins/steps/jquery.steps.css b/WebService/src/main/resources/static/css/plugins/steps/jquery.steps.css
index 662b067..35c265e 100644
--- a/WebService/src/main/resources/static/css/plugins/steps/jquery.steps.css
+++ b/WebService/src/main/resources/static/css/plugins/steps/jquery.steps.css
@@ -377,4 +377,8 @@
.tabcontrol > .content > .body ul > li
{
display: list-item;
+}
+
+.wizard > .actions > ul > li.no_display{
+ display:none
}
\ No newline at end of file
--
Gitblit v1.8.0