From 43525a12afaf7368decbed730f0240a6709d8355 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 24 十二月 2025 12:05:58 +0800
Subject: [PATCH] 月结

---
 src/main/webapp/views/monthlySettle/monthlySettle.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/monthlySettle/monthlySettle.html b/src/main/webapp/views/monthlySettle/monthlySettle.html
index c0ba70c..245e32c 100644
--- a/src/main/webapp/views/monthlySettle/monthlySettle.html
+++ b/src/main/webapp/views/monthlySettle/monthlySettle.html
@@ -107,7 +107,9 @@
             </div>
         </div>
         <hr class="layui-bg-gray">
-        <table id="detailTable" lay-filter="detailTable"></table>
+        <div style="overflow-x: auto; width: 100%;">
+            <table id="detailTable" lay-filter="detailTable"></table>
+        </div>
     </div>
 </script>
 

--
Gitblit v1.9.1