From 988f9735377909b6310301e582c15804e004783f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 07 十月 2023 10:36:13 +0800
Subject: [PATCH] 近期修改cjw
---
force-app/main/default/pages/searchAimsAccount.page | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/force-app/main/default/pages/searchAimsAccount.page b/force-app/main/default/pages/searchAimsAccount.page
index 00a4939..85718ab 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) {
@@ -21,7 +23,7 @@
</apex:outputPanel>
<apex:form id="mainForm">
<apex:pageBlock id="idSearchSetProduct" title="鐗逛环鍖婚櫌閫夋嫨">
- <table width="750" border="0">
+ <table width="750" border="0" style="background-color:#DCDCDC">
<colgroup>
<col width="12" />
<col width="20" />
@@ -32,7 +34,7 @@
</colgroup>
<tr>
<td> </td>
- <th style="width:7%">{!$Label.Search_Condition}</th>
+ <th style="width:100px;">{!$Label.Search_Condition}</th>
<td> </td>
<th>鍖婚櫌鍚嶇О</th>
<td> </td>
@@ -43,25 +45,24 @@
<td> </td>
<td> </td>
<td><apex:inputText id="searchName" value="{!SearchName}" style="width:200px" required="false"/></td>
- <td> </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"> </td>
+ <td style="solid #888;" colspan="15"> </td>
</tr>
</table>
- <table width="750" border="0">
+ <table width="750" border="0" style="background-color:#DCDCDC">
<tr>
<td width="12"> </td>
<th valign="top">{!$Label.Search_Result}</th>
<td width="20"> </td>
<td>
- <table border="0">
+ <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">
+ <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:facet name="header">鍖婚櫌鍚嶇О</apex:facet>
<apex:outputLink id="contactName" value="{!c.Name}" onclick="setProductOne('{!c.Name}','{!c.Id}');return false;">{!c.Name}</apex:outputLink>
--
Gitblit v1.9.1