From 619c0a5eb73117571e22bad5ed177acdb88d5efd Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 10 二月 2025 13:01:41 +0800
Subject: [PATCH] 修复主页控制台进入聚乳酸库存明细异常

---
 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