From 52321010086ac12b441f77e0798c5eee528174cb Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期四, 25 五月 2023 11:55:33 +0800
Subject: [PATCH] 备品出借 排队查看序列信息 及公用css:listTable和之前修改改为公用css文件
---
force-app/main/default/pages/RentalApplySequence.page | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/pages/RentalApplySequence.page b/force-app/main/default/pages/RentalApplySequence.page
index d13c962..3c12041 100644
--- a/force-app/main/default/pages/RentalApplySequence.page
+++ b/force-app/main/default/pages/RentalApplySequence.page
@@ -6,7 +6,7 @@
<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 -->
<style type="text/css">
.hideDropdown select{
display: none
@@ -14,19 +14,6 @@
.table-head{padding-right:17px;}
.tablehead0{padding-right:0;}
.table-body table tr:nth-child(2n){background-color:#f2f2f2;}
- /* 20230524 ljh lightning start */
- 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 */
/*浠ヤ笅鏄笅鎷夊閫夋鐨勬牱寮� start*/
* {
margin: 0;
--
Gitblit v1.9.1