From 0ee0530ca60b2c65c47b2c43179de610b7ee453a Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期三, 07 六月 2023 18:51:19 +0800
Subject: [PATCH] 备品排队展示
---
force-app/main/default/pages/RentalApplySequence.page | 29 +----------------------------
1 files changed, 1 insertions(+), 28 deletions(-)
diff --git a/force-app/main/default/pages/RentalApplySequence.page b/force-app/main/default/pages/RentalApplySequence.page
index e00763d..f1363e5 100644
--- a/force-app/main/default/pages/RentalApplySequence.page
+++ b/force-app/main/default/pages/RentalApplySequence.page
@@ -42,7 +42,7 @@
margin: 0;
z-index: 9999;
display: inline-block;
- /*display: none;*/
+ border-radius: 0.25rem;
}
ul,
li {
@@ -73,32 +73,6 @@
white-space: nowrap;
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{
@@ -290,7 +264,6 @@
</ul>
</li>
</ul>
- <div class="nav_close"></div>
</apex:outputPanel>
</apex:pageBlockSectionItem>
<apex:pageBlockSectionItem id="ApplyAA" >
--
Gitblit v1.9.1