From 374ce4ffd0c459bb4067e8d5765f972668aff9b1 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 02 三月 2023 14:56:23 +0800
Subject: [PATCH] 变更oracle访问组件

---
 web/web/GwSpPrePattern.aspx |   81 +++++++++++++++++++++-------------------
 1 files changed, 42 insertions(+), 39 deletions(-)

diff --git a/web/web/GwSpPrePattern.aspx b/web/web/GwSpPrePattern.aspx
index 50617dc..ca9fe66 100644
--- a/web/web/GwSpPrePattern.aspx
+++ b/web/web/GwSpPrePattern.aspx
@@ -233,49 +233,52 @@
             </div>
             <div class="input-group m-b">
                 <input type="button" value="鏌ヨ" class="btn btn-primary action-query" />
-                <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" />
             </div>
         </div>
     </div>
     </form>
-    <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
-        <thead>
-            <tr class="header">
-                <th>
-                    <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
-                </th>
-                <th class="col-md-1">
-                    瀹㈡埛璐﹀彿
-                </th>
-                <th class="col-md-1">
-                    鐭俊璐﹀彿
-                </th>
-                <th class="col-md-5">
-                    鎶ュ鍐呭
-                </th>
-                <th class="col-md-1">
-                    鍒涘缓鏃堕棿
-                </th>
-                <th class="col-md-1">
-                    瀹℃牳鐘舵��
-                </th>
-                <th class="col-md-1">
-                    瀹℃牳鏃堕棿
-                </th>
-                <th class="col-md-1">
-                    瀹℃牳澶囨敞
-                </th>
-                <th class="col-md-1">
-                    瀹℃牳鍛�
-                </th>
-                <th class="col-md-1">
-                    鎿嶄綔
-                </th>
-            </tr>
-        </thead>
-        <tbody>
-        </tbody>
-    </table>
+        
+    <div class="table-responsive">
+                <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" />
+        <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
+            <thead>
+                <tr class="header">
+                    <th>
+                        <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
+                    </th>
+                    <th class="col-md-1">
+                        瀹㈡埛璐﹀彿
+                    </th>
+                    <th class="col-md-1">
+                        鐭俊璐﹀彿
+                    </th>
+                    <th class="col-md-5">
+                        鎶ュ鍐呭
+                    </th>
+                    <th class="col-md-1">
+                        鍒涘缓鏃堕棿
+                    </th>
+                    <th class="col-md-1">
+                        瀹℃牳鐘舵��
+                    </th>
+                    <th class="col-md-1">
+                        瀹℃牳鏃堕棿
+                    </th>
+                    <th class="col-md-1">
+                        瀹℃牳澶囨敞
+                    </th>
+                    <th class="col-md-1">
+                        瀹℃牳鍛�
+                    </th>
+                    <th class="col-md-1">
+                        鎿嶄綔
+                    </th>
+                </tr>
+            </thead>
+            <tbody>
+            </tbody>
+        </table>
+    </div>
     <div id="pagination">
     </div>
 

--
Gitblit v1.9.1