From 8d431251d97ca29440c0271a5e617fb15782cd8e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 17 六月 2020 13:19:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/basWrkIotype/basWrkIotype.js |    2 +-
 src/main/webapp/views/basWrkIotype/basWrkIotype.html   |    4 ++--
 src/main/webapp/static/js/basWrkStatus/basWrkStatus.js |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
index 6c1be40..90b3bc4 100644
--- a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
+++ b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
@@ -13,7 +13,7 @@
         url: baseUrl+'/basWrkIotype/list/auth',
         page: true,
         limit: 16,
-        skin: 'line',
+        // skin: 'line',
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,
diff --git a/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js b/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
index ee26777..6f9e4d4 100644
--- a/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
+++ b/src/main/webapp/static/js/basWrkStatus/basWrkStatus.js
@@ -13,7 +13,7 @@
         url: baseUrl+'/basWrkStatus/list/auth',
         page: true,
         limit: 16,
-        skin: 'line',
+        // skin: 'line',
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,
diff --git a/src/main/webapp/views/basWrkIotype/basWrkIotype.html b/src/main/webapp/views/basWrkIotype/basWrkIotype.html
index 6badffa..4eec051 100644
--- a/src/main/webapp/views/basWrkIotype/basWrkIotype.html
+++ b/src/main/webapp/views/basWrkIotype/basWrkIotype.html
@@ -15,14 +15,14 @@
 <!-- 鎼滅储鏍� -->
 <div id="search-box" class="layui-form layui-card-header">
     <div class="layui-inline">
-        <label class="layui-form-label" style="width: 100px">鍏ュ嚭绫诲瀷浠e彿锛�</label>
+        <label class="layui-form-label" style="width: 120px">鍏ュ嚭绫诲瀷浠e彿锛�</label>
         <div class="layui-input-inline">
             <input class="layui-input" type="text" name="io_type" placeholder="璇疯緭鍏�" autocomplete="off">
         </div>
     </div>
 
     <!-- 寰呮坊鍔� -->
-    <div id="data-search-btn" class="layui-btn-container layui-form-item">
+    <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
         <button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">鎼滅储</button>
         <button id="reset" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="reset">閲嶇疆</button>
     </div>

--
Gitblit v1.9.1