From 874d06c838d77ed9e4e19ca888161c1590d02e2b Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 08 八月 2023 12:16:50 +0800
Subject: [PATCH] 修改页面
---
force-app/main/default/pages/searchAimsAccount.page | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/searchAimsAccount.page b/force-app/main/default/pages/searchAimsAccount.page
index 4071590..00a4939 100644
--- a/force-app/main/default/pages/searchAimsAccount.page
+++ b/force-app/main/default/pages/searchAimsAccount.page
@@ -21,7 +21,7 @@
</apex:outputPanel>
<apex:form id="mainForm">
<apex:pageBlock id="idSearchSetProduct" title="鐗逛环鍖婚櫌閫夋嫨">
- <table width="750" border="0" style="background-color:#DCDCDC">
+ <table width="750" border="0">
<colgroup>
<col width="12" />
<col width="20" />
@@ -43,14 +43,15 @@
<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></td>
</tr>
<tr>
- <td style="border-bottom: 1px solid #888;" colspan="15"> </td>
+ <td colspan="15"> </td>
</tr>
</table>
- <table width="750" border="0" style="background-color:#DCDCDC">
+ <table width="750" border="0">
<tr>
<td width="12"> </td>
<th valign="top">{!$Label.Search_Result}</th>
@@ -60,7 +61,7 @@
<tr>
<td>
<div id="iframelike" style="width:750">
- <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="1" columns="3" columnsWidth="200px,100px,350px">
+ <apex:pageBlockTable id="idRezultVisitor" value="{!at}" var="c" border="0" 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