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/common.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/WebService/src/main/resources/static/css/common.css b/WebService/src/main/resources/static/css/common.css
index 27b138f..c1b4285 100644
--- a/WebService/src/main/resources/static/css/common.css
+++ b/WebService/src/main/resources/static/css/common.css
@@ -6,4 +6,17 @@
 }
 .no_display{
     display:none
+}
+.fileinput>.file{
+        position: absolute;
+        top: 0;
+        right: 0;
+        margin: 0;
+        opacity: 0;
+        filter: alpha(opacity=0);
+        font-size: 23px;
+        height: 100%;
+        width: 100%;
+        direction: ltr;
+        cursor: pointer;
 }
\ No newline at end of file

--
Gitblit v1.8.0