From e1749547c76a5d8bae94e47d38d4d75b481610c1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 09 九月 2021 10:51:15 +0800 Subject: [PATCH] # --- src/main/webapp/views/ioWorks/stockOut.html | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/ioWorks/stockOut.html b/src/main/webapp/views/ioWorks/stockOut.html index 3b052d7..3e712c9 100644 --- a/src/main/webapp/views/ioWorks/stockOut.html +++ b/src/main/webapp/views/ioWorks/stockOut.html @@ -45,7 +45,7 @@ } #btn-outbound { - margin-left: 60px; + margin-left: 20px; display: none; } @@ -93,13 +93,8 @@ <script type="text/html" id="toolbar"> <div class="layui-form"> <div class="layui-btn-container"> - <!-- 1.閫夋嫨鍑哄簱鍙� --> - <span id="staNoSpan">鍑哄簱鍙o細</span> - <select id="staNoSelect" lay-verify="required"> - <option value="">璇烽�夋嫨绔欑偣</option> - </select> - <!-- 2.鍚姩鍑哄簱 --> - <button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">鍚姩鍑哄簱</button> + <!-- 鍚姩鍑哄簱 --> + <button class="layui-btn layui-btn-lg layui-btn-normal" id="btn-outbound" lay-event="outbound">纭鍑哄簱</button> </div> </div> </script> -- Gitblit v1.9.1