From 7c7cb195462c2ded7bfe4105959ea36d1dd68ded Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 11 十月 2023 19:26:36 +0800
Subject: [PATCH] 近期修改

---
 force-app/main/default/pages/searchAimsAccount.page |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/force-app/main/default/pages/searchAimsAccount.page b/force-app/main/default/pages/searchAimsAccount.page
index c9d1439..256456f 100644
--- a/force-app/main/default/pages/searchAimsAccount.page
+++ b/force-app/main/default/pages/searchAimsAccount.page
@@ -16,6 +16,14 @@
         top.window.close();
     }
     </script>
+    <style>
+    .headerStyle{
+        border-right: ridge !important;
+    }
+    .headerStyle1{
+        font-weight: 600 !important;
+    }
+    </style>
 
         <apex:outputPanel id="all">
         <apex:outputPanel id="message1">
@@ -23,25 +31,25 @@
         </apex:outputPanel>
         <apex:form id="mainForm">
             <apex:pageBlock id="idSearchSetProduct" title="鐗逛环鍖婚櫌閫夋嫨">
-                <table width="750" style="background-color:#DCDCDC">
+                <apex:facet name="header">
+                    <span style="font-size: initial;font-weight: 600;">鐗逛环鍖婚櫌閫夋嫨</span>
+                </apex:facet>
+                <table width="750" border="0" style="background-color:#DCDCDC">
                     <colgroup>
-                        <col width="12" />
-                        <col width="5" />
+                        <col width="20" />  
                         <col width="20" />
-                        <col width="200" />
+                        <col width="300" />
                         <col width="20" />
                         <col width="428" />
                     </colgroup>
                     <tr>
                         <td>&nbsp;</td>
-                        <th style="width: 66px;">{!$Label.Search_Condition}</th>
-                        <td></td>
+                        <th style="width:100px;">{!$Label.Search_Condition}</th>
                         <th>鍖婚櫌鍚嶇О</th>
                         <td>&nbsp;</td>
                         <td>&nbsp;</td>
                     </tr>
                     <tr>
-                        <td>&nbsp;</td>
                         <td>&nbsp;</td>
                         <td>&nbsp;</td>
                         <td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td>
@@ -58,20 +66,20 @@
                         <th valign="top">{!$Label.Search_Result}</th>
                         <td width="20">&nbsp;</td>
                         <td>
-                            <table border="0" style="border-left: 0px;border-right: 0px;">
+                            <table class="slds-table" border="0" style="border-left: 0px;border-right: 0px;">
                                 <tr>
                                     <td>
                                     <div id="iframelike" style="width:665px">
-                                    <apex:pageBlockTable style="border-left: 0px;border-right: 0px;" id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px">
-                                        <apex:column >
+                                    <apex:pageBlockTable style="border-left: 1px;border-right: 1px;" id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px">
+                                        <apex:column headerClass="headerStyle headerStyle1">
                                             <apex:facet name="header">鍖婚櫌鍚嶇О</apex:facet>
                                             <apex:outputLink id="contactName" value="{!c.Name}" onclick="setProductOne('{!c.Name}','{!c.Id}');return false;">{!c.Name}</apex:outputLink>
                                         </apex:column>
-                                        <apex:column >
+                                        <apex:column headerClass="headerStyle headerStyle1">
                                             <apex:facet name="header">鐪佷唤</apex:facet>
                                             <apex:outputField id="State_Master" value="{!c.State_Master__r.Name}" />
                                         </apex:column>
-                                        <apex:column >
+                                        <apex:column headerClass="headerStyle1">
                                             <apex:facet name="header">鍦板潃</apex:facet>
                                             <apex:outputField id="Alternative" value="{!c.Address__c}"  />
                                         </apex:column>

--
Gitblit v1.9.1