From deccb99e1d6b3fc8d8a66ca41980e0962b716c8a Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期二, 30 五月 2023 17:55:51 +0800
Subject: [PATCH] 签收单 页面修改"验收确认(经销商)"、"验收确认(医院)"

---
 force-app/main/default/pages/RentalFixtureSetAssignAgency.page |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/force-app/main/default/pages/RentalFixtureSetAssignAgency.page b/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
index 62af1ef..75edf43 100644
--- a/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
+++ b/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
@@ -7,6 +7,7 @@
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
     <apex:includeScript value="{!URLFOR($Resource.instascan)}"/>
     <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
+    <apex:stylesheet value="{!URLFOR($Resource.listTable)}"/><!-- 20230525 ljh lightning  -->
 <style type="text/css">
     .hideDropdown select{
         display: none
@@ -59,17 +60,6 @@
     /* body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
         border-width: 1px;
     } */
-    body .pbBody table.list tr th, body .pbBody table.list tr td {
-        border: 1px solid #ededed;
-        white-space: normal;
-    }
-    body .pbBody table.list tr.headerRow td,body .pbBody table.list tr.headerRow th {
-        background: #f2f3f3;
-        border-width: 0 0 1px 1px;
-        border-color: #e0e3e5;
-        font-size: .9em;
-        font-weight: bold;
-    }
     /* 20230524 ljh lightning end  */
 </style>
 <script type="text/javascript">

--
Gitblit v1.9.1