From af7f2ebba1ca53c05ad1c47361c889afd53a9765 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期四, 10 八月 2023 17:26:26 +0800
Subject: [PATCH] 耗材备品

---
 force-app/main/default/pages/RentalApplySplit.page |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/pages/RentalApplySplit.page b/force-app/main/default/pages/RentalApplySplit.page
index 1777502..236fc75 100644
--- a/force-app/main/default/pages/RentalApplySplit.page
+++ b/force-app/main/default/pages/RentalApplySplit.page
@@ -59,6 +59,14 @@
         body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
             border-width: 1px;
         }*/
+        /* 20230613 ljh lightning start */
+        body .detailList .dataCol input[type="text"],body .detailList .dataCol select{
+            min-width: 180px;
+        }
+        .pbBody{
+            width:600px;
+        }
+        /* 20230613 ljh lightning start */
     </style>
     <apex:form id="allForm">
         <script type="text/javascript">

--
Gitblit v1.9.1