From d3e4451e36fbe25da4427bccd4e6b41aefd473c8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:53:16 +0800
Subject: [PATCH] newclass0626formate
---
 force-app/main/default/pages/searchAimsAccount.page |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/searchAimsAccount.page b/force-app/main/default/pages/searchAimsAccount.page
index f5bfeb5..4071590 100644
--- a/force-app/main/default/pages/searchAimsAccount.page
+++ b/force-app/main/default/pages/searchAimsAccount.page
@@ -1,10 +1,10 @@
 <apex:page controller="searchAimsAccount"  action="{!init}"  showHeader="false" 
-  sidebar="true" id="selectProduct"  title="鐗逛环鍖婚櫌閫夋嫨">
+  sidebar="true" id="selectProduct"  title="鐗逛环鍖婚櫌閫夋嫨" lightningStylesheets="true">
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
 <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
-<apex:includeScript value="/soap/ajax/29.0/connection.js"/>
-<apex:includeScript value="/soap/ajax/29.0/apex.js"/>
+<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
+<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
     <script>
     function setProductOne(name,id) {
        
@@ -32,7 +32,7 @@
                     </colgroup>
                     <tr>
                         <td> </td>
-                        <th>{!$Label.Search_Condition}</th>
+                        <th style="width:7%">{!$Label.Search_Condition}</th>
                         <td> </td>
                         <th>鍖婚櫌鍚嶇О</th>
                         <td> </td>
--
Gitblit v1.9.1