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/ReceivingNoteListFirst.page | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/pages/ReceivingNoteListFirst.page b/force-app/main/default/pages/ReceivingNoteListFirst.page
index 7b2932a..4fff3b8 100644
--- a/force-app/main/default/pages/ReceivingNoteListFirst.page
+++ b/force-app/main/default/pages/ReceivingNoteListFirst.page
@@ -25,7 +25,10 @@
table.list .col_ReceivingNotePDF_LINK__c {width:100px;}
table.list .col_RN_Status__c {width: 100px;}
table.list .col_ContactPerson__c {width: 100px;}
-
+ body .bPageBlock .detailList .labelCol label{line-height: 24px;}
+ body .bPageBlock .detailList .dataCol{
+ width: 8%;
+ }
</style>
<apex:form id="allForm">
<!-- <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allForm,checEventFrame" oncomplete="unblockUI();"> -->
--
Gitblit v1.9.1