From bdb1a98b64a2cf59bcfd575c579aa0742e0de954 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 17:21:32 +0800
Subject: [PATCH] 1

---
 force-app/main/default/pages/searchAimsAccount.page |   43 ++++++++++++++++++++++++++-----------------
 1 files changed, 26 insertions(+), 17 deletions(-)

diff --git a/force-app/main/default/pages/searchAimsAccount.page b/force-app/main/default/pages/searchAimsAccount.page
index 00a4939..256456f 100644
--- a/force-app/main/default/pages/searchAimsAccount.page
+++ b/force-app/main/default/pages/searchAimsAccount.page
@@ -5,6 +5,8 @@
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
 <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
+<!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> -->
+<!-- <apex:stylesheet value="{!URLFOR($Resource.StyleUtilColorCss)}"/> -->
     <script>
     function setProductOne(name,id) {
        
@@ -14,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">
@@ -21,19 +31,20 @@
         </apex:outputPanel>
         <apex:form id="mainForm">
             <apex:pageBlock id="idSearchSetProduct" title="鐗逛环鍖婚櫌閫夋嫨">
-                <table width="750" border="0">
+                <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="20" />  
                         <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:7%">{!$Label.Search_Condition}</th>
-                        <td>&nbsp;</td>
+                        <th style="width:100px;">{!$Label.Search_Condition}</th>
                         <th>鍖婚櫌鍚嶇О</th>
                         <td>&nbsp;</td>
                         <td>&nbsp;</td>
@@ -41,36 +52,34 @@
                     <tr>
                         <td>&nbsp;</td>
                         <td>&nbsp;</td>
-                        <td>&nbsp;</td>
                         <td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td>
-                        <td>&nbsp;</td>
-                        <td><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px" /></td>
+                        <td><apex:commandButton value="{!$Label.Search}" action="{!serContact}" style="width:100px;margin-left: 20px;" /></td>
                         <td></td>
                     </tr>
                     <tr>
-                        <td colspan="15">&nbsp;</td>
+                        <td style="solid #888;" colspan="15">&nbsp;</td>
                     </tr>
                 </table>
-                <table width="750" border="0">
+                <table width="750" border="0" style="background-color:#DCDCDC">
                     <tr>
                         <td width="12">&nbsp;</td>
                         <th valign="top">{!$Label.Search_Result}</th>
                         <td width="20">&nbsp;</td>
                         <td>
-                            <table border="0">
+                            <table class="slds-table" border="0" style="border-left: 0px;border-right: 0px;">
                                 <tr>
                                     <td>
-                                    <div id="iframelike" style="width:750">
-                                    <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" columns="3" columnsWidth="200px,100px,350px">
-                                        <apex:column >
+                                    <div id="iframelike" style="width:665px">
+                                    <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