From 03816e2c16bb0a2fd7a9958e030456e7feeba75a Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期六, 26 三月 2022 16:24:39 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/locDetl/locDetl.html |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/locDetl/locDetl.html b/src/main/webapp/views/locDetl/locDetl.html
index e655c07..9679a61 100644
--- a/src/main/webapp/views/locDetl/locDetl.html
+++ b/src/main/webapp/views/locDetl/locDetl.html
@@ -9,6 +9,11 @@
     <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
     <link rel="stylesheet" href="../../static/css/cool.css" media="all">
     <link rel="stylesheet" href="../../static/css/common.css" media="all">
+    <style>
+        .layui-table-body.layui-table-main {
+            overflow: scroll;
+        }
+    </style>
 </head>
 <body>
 
@@ -37,9 +42,10 @@
 </div>
 
 <!-- 琛ㄦ牸 -->
-<div class="layui-form">
-    <table class="layui-hide" id="locDetl" lay-filter="locDetl"></table>
+<div class="layui-form" style="width: 100%">
+    <table class="layui-hide" id="locDetl" lay-filter="locDetl" ></table>
 </div>
+
 <script type="text/html" id="toolbar">
     <div class="layui-btn-container">
         <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" style="margin-top: 10px">瀵煎嚭</button>

--
Gitblit v1.9.1