From 0e46bb0cfc8b59ad5527f0b70c49f95aeac4bbbd Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 05 一月 2024 13:38:05 +0800
Subject: [PATCH] # 入库拣货功能添加

---
 src/main/webapp/views/pla/productionInfo.html |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pla/productionInfo.html b/src/main/webapp/views/pla/productionInfo.html
index e8157c2..7368b02 100644
--- a/src/main/webapp/views/pla/productionInfo.html
+++ b/src/main/webapp/views/pla/productionInfo.html
@@ -73,6 +73,16 @@
         #btn-adjust {
             /*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;
+
+        }
     </style>
 </head>
 <body style="padding-bottom: 30px">

--
Gitblit v1.9.1