From a68c8c52c2820052c2ae3856876f74a385354583 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:10:24 +0800 Subject: [PATCH] LEX Community Code Deploy0711 --- force-app/main/default/pages/Dealer_enquiry.page | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/pages/Dealer_enquiry.page b/force-app/main/default/pages/Dealer_enquiry.page index 51580c7..0a2743a 100644 --- a/force-app/main/default/pages/Dealer_enquiry.page +++ b/force-app/main/default/pages/Dealer_enquiry.page @@ -1,4 +1,4 @@ -<apex:page controller="Dealer_enquiryController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> +<apex:page controller="Dealer_enquiryController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> <head> <title>缁忛攢鍟嗚浠�-OCSM璇环</title> @@ -189,7 +189,7 @@ <tr> <td width="150px"> <apex:commandButton action="{!save}" value="淇濆瓨" rerender="allPanel" onclick="blockme();" oncomplete="unblockUI();" style="height:30px;width:50px;"/> - <apex:commandButton value="妫�绱�" onclick="searchOppJs_Account();return false;" rerender="allPanel" style="height:30px;width:70px;"/> + <apex:commandButton value="妫�绱�" onclick="searchOppJs_Account();return false;" style="height:30px;width:70px;"/> </td> <td width="1000px"> <apex:pageMessages /> @@ -210,7 +210,7 @@ </tr> </table> <table style="border-bottom-width: 0px; font-size:12px;"> - <tr> + <tr> <td width="200px"> <font>鏁� 鎹� 瀛� 娈� </font> <apex:selectList value="{!numtext1}" size="1" style="width:110px"><apex:selectOptions value="{!textOpts}"/></apex:selectList> -- Gitblit v1.9.1