From ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期四, 24 八月 2023 14:50:51 +0800
Subject: [PATCH] 再修理按钮
---
force-app/main/default/pages/RentalApplySequence.page | 51 ++++++++-------------------------------------------
1 files changed, 8 insertions(+), 43 deletions(-)
diff --git a/force-app/main/default/pages/RentalApplySequence.page b/force-app/main/default/pages/RentalApplySequence.page
index 4bd2357..d6c1e6c 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
@@ -29,8 +27,8 @@
}
.nav {
width: 180px;/*20230606 ljh*/
- line-height: 20px;
- border: 1px solid #000;
+ line-height: 30px;/*20230606 ljh*/
+ /* 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;
- /*display: none;*/
+ border-radius: 0.25rem;/*20230607 ljh*/
+ border: 1px solid rgb(201, 201, 201);/*20230610 ljh lightning*/
}
ul,
li {
@@ -74,43 +73,10 @@
overflow: hidden;
text-overflow: ellipsis;
}
- .nav_close {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9990;
- display: none;
- }
- .nav_close_a {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9999;
- display: none;
- background-color: red;
- }
- /*浠ヤ笅鏄笅鎷夊閫夋鐨勬牱寮� end*/
- .transparent_class {
- /*filter:alpha(opacity=50);
- -moz-opacity:0.5;
- -khtml-opacity: 0.5;
- opacity: 0.5;*/
- }
- /* 20230606 ljh lightning start */
- body .detailList .dataCol input[type="text"],body .detailList .dataCol select{
- min-width: 180px;
- }
+ /* 20230802 ljh */
body .bPageBlock .detailList .dataCol{
width: 8%;
}
- body .detailList td{
- position: static;
- }
- /* 20230606 ljh lightning end */
</style>
<script>
// 婊氳酱鏄惁鏄剧ず
@@ -274,7 +240,7 @@
<apex:outputPanel style="position: absolute; " id="S_bieBenBuApply">
<apex:inputHidden id="S_ApplyBenBu" value="{!S_ApplyBenBu}" />
<ul class="nav" id="nav" style="background-color: #FFFFFF;left:0px;">
- <li id="classification" class="transparent_class" style="margin-left:0px;height:20px;" onclick="navClose();return false;">
+ <li id="classification" class="transparent_class" style="margin-left:0px;height:30px;" onclick="navClose();return false;">
<span id="initial">--鏃�--</span>
</li>
<li id="selectCheckId" style="margin-left:0px;display: none;">
@@ -290,7 +256,6 @@
</ul>
</li>
</ul>
- <div class="nav_close"></div>
</apex:outputPanel>
</apex:pageBlockSectionItem>
<apex:pageBlockSectionItem id="ApplyAA" >
@@ -298,7 +263,7 @@
<apex:outputPanel style="position: absolute; " id="S_AgencyApply">
<apex:inputHidden id="S_Agency" value="{!S_Agency}" />
<ul class="nav" id="nav_a" style="background-color: #FFFFFF;left:0px;">
- <li id="classification_a" class="transparent_class" style="margin-left:0px;height:20px;" onclick="navClose_a();return false;">
+ <li id="classification_a" class="transparent_class" style="margin-left:0px;height:30px;" onclick="navClose_a();return false;">
<span id="initial_a">--鏃�--</span>
</li>
<li id="selectCheckId_a" style="margin-left:0px;display: none;">
--
Gitblit v1.9.1