From 513ae49dd33d2e3fb9c4513ea3be2e501c4a80f2 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 10 二月 2025 08:48:37 +0800
Subject: [PATCH] 库存明细行内容超出隐藏,默认显示500条数据

---
 src/main/webapp/views/pla/plaDetl.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 57f6c7d..9058fc7 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -91,16 +91,16 @@
             /*display: none;*/
         }
 
-        .layui-table-cell {
-            text-align: center;
-            line-height: 20px !important;
-            vertical-align: middle;
-            height: auto;
-            overflow: visible;
-            text-overflow: inherit;
-            white-space: normal;
+        /*.layui-table-cell {*/
+        /*    text-align: center;*/
+        /*    line-height: 20px !important;*/
+        /*    vertical-align: middle;*/
+        /*    height: auto;*/
+        /*    overflow: visible;*/
+        /*    text-overflow: inherit;*/
+        /*    white-space: normal;*/
 
-        }
+        /*}*/
         .table-header-fixed {
             top: 0;
             position: fixed;

--
Gitblit v1.9.1