From d117f4fc33bfdbbd698a46abc2bc6c4070d7c6ee Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期二, 04 七月 2023 18:34:14 +0800
Subject: [PATCH] 排队展示挪公用后更新

---
 force-app/main/default/pages/RentalApplySequence.page |   20 ++++----------------
 1 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/force-app/main/default/pages/RentalApplySequence.page b/force-app/main/default/pages/RentalApplySequence.page
index f1363e5..699fdfa 100644
--- a/force-app/main/default/pages/RentalApplySequence.page
+++ b/force-app/main/default/pages/RentalApplySequence.page
@@ -11,9 +11,7 @@
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
 <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
-<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
-<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
-<apex:stylesheet value="{!URLFOR($Resource.listTable)}"/><!-- 20230525 ljh lightning  -->
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230525 ljh lightning  -->
 <style type="text/css">
     .hideDropdown select{
         display: none
@@ -30,7 +28,7 @@
     .nav {
         width: 180px;/*20230606 ljh*/
         line-height: 30px;/*20230606 ljh*/
-        border: 1px solid #000;
+        /* border: 1px solid #000; *//*20230610 ljh*/
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
@@ -42,7 +40,8 @@
         margin: 0;
         z-index: 9999;
         display: inline-block;
-        border-radius: 0.25rem;
+        border-radius: 0.25rem;/*20230607 ljh*/
+        border: 1px solid rgb(201, 201, 201);/*20230610 ljh lightning*/
     }
     ul,
     li {
@@ -74,17 +73,6 @@
         overflow: hidden;
         text-overflow: ellipsis;
     }
-    /* 20230606 ljh lightning start */
-    body .detailList .dataCol input[type="text"],body .detailList .dataCol select{
-        min-width: 180px;
-    }
-    body .bPageBlock .detailList .dataCol{
-        width: 8%;
-    }
-    body .detailList td{
-        position: static;
-    }
-    /* 20230606 ljh lightning end */
 </style>
 <script>
     // 婊氳酱鏄惁鏄剧ず

--
Gitblit v1.9.1