From 59e7e96312ea38dce827aa99bd954b0311d5019d Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期五, 26 五月 2023 11:21:02 +0800
Subject: [PATCH] 合同任务派发修改v1.0

---
 force-app/main/default/pages/ViewContactDecryptInfo.page |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/ViewContactDecryptInfo.page b/force-app/main/default/pages/ViewContactDecryptInfo.page
index aed93ac..1559963 100644
--- a/force-app/main/default/pages/ViewContactDecryptInfo.page
+++ b/force-app/main/default/pages/ViewContactDecryptInfo.page
@@ -1,8 +1,14 @@
-<apex:page standardController="Contact" extensions="NewAndEditContactController" id="page">
+<apex:page standardController="Contact" extensions="NewAndEditContactController" id="page" lightningStylesheets="true">
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
+
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }" />
+    <style>
+        .detailList th,.detailList td{
+            border-bottom: 1px solid #ccc;
+        }
+    </style>
     <apex:form id="form">
         <apex:pageblock id="pageBlock">
             <apex:pageBlockSection showHeader="false" title="" collapsible="true" columns="2" id="pageBlockSection">

--
Gitblit v1.9.1