From e15f4679a2b71a186aa9e87cd49b4ab9c249cc63 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期二, 08 八月 2023 18:20:47 +0800
Subject: [PATCH] 新品收货样式、颜色、显示margin

---
 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