From 510510acc4215ac4b43eb7e31b3450ab9fa3f9fe Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 05 六月 2020 17:06:40 +0800 Subject: [PATCH] # --- src/main/webapp/views/matCode/matCode.html | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html index 61ed92c..be8388d 100644 --- a/src/main/webapp/views/matCode/matCode.html +++ b/src/main/webapp/views/matCode/matCode.html @@ -53,16 +53,20 @@ <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe> <!-- 瀵煎叆鎿嶄綔寮圭獥 --> -<div id="importDataDiv" style="display: none"> - <div class="layui-upload-drag" id="uploadEx"> - <i class="layui-icon">顧�</i> - <p>鐐瑰嚮娣诲姞锛屾垨灏嗘枃浠舵嫋鎷藉埌姝ゅ</p> - <div class="layui-hide" id="uploadDemoView"> - <hr> - <img src="../../static/image/Excel.png" alt="涓婁紶鎴愬姛鍚庢覆鏌�" style="max-width: 196px"> +<div id="importDataDiv" style="display: none;padding: 20px"> + <div class="layui-upload-drag" id="uploadEx" style="width: 200px; font-size: x-small; padding: 10px; text-align: center; box-sizing: border-box"> + <div id="uploadDesc" style="display: inline-block; "> + <i class="layui-icon">顧�</i> + <p>鐐瑰嚮娣诲姞锛屾垨灏嗘枃浠舵嫋鎷藉埌姝ゅ</p> + </div> + <div id="uploadDemoView" style="display: none"> + <img src="../../static/image/Excel.png" alt="涓婁紶鎴愬姛鍚庢覆鏌�" style="max-width: 196px; padding: 20px 0 10px 0"> + <span id="fileMame" style="display: block; font-size: small; color: #333"></span> </div> </div> - <button class="layui-btn" id="uploadDo">寮�濮嬪鍏�</button> + <div style="text-align: center; margin-top: 20px"> + <button class="layui-btn" id="uploadDo">寮�濮嬪鍏�</button> + </div> </div> </body> -- Gitblit v1.9.1