From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/pages/AccessoryAdd.page |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/AccessoryAdd.page b/force-app/main/default/pages/AccessoryAdd.page
index 5784d03..8817ab1 100644
--- a/force-app/main/default/pages/AccessoryAdd.page
+++ b/force-app/main/default/pages/AccessoryAdd.page
@@ -1,4 +1,4 @@
-<apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>闄勫睘鍝佽拷鍔�</title>
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -40,6 +40,7 @@
                         <apex:outputPanel >
                             <apex:outputText value="鍏抽敭瀛�" style="width:50px"/>
                             <apex:inputText value="{!keyword}" style="width:200px;margin-left: 50px;"/>
+                            <!-- lighting鍗囩骇 20230209 lt 鍏抽敭瀛楁枃鏈闂 鍘绘帀 margin-left: 50px; -->
                         </apex:outputPanel>
                         <apex:commandButton value="妫�绱�" action="{!searchOpp}" onclick="blockme();" rerender="allForm" oncomplete="unblockUI();" />
                     </apex:pageBlockSectionItem>
@@ -50,6 +51,7 @@
                         <td width="200px">
                           <apex:outputLabel for="bieCunFangDi" value="澶囧搧瀛樻斁鍦�" />
                           <!-- <apex:outputText value="{!bieCunFangDi}"/> -->
+                          <!-- lighting鍗囩骇 20230209 lt 澶囧搧瀛樻斁鍦版枃鏈闂 鍘绘帀 margin-left: 20px; -->
                           <apex:selectList value="{!bieCunFangDi}" size="1" style="margin-left: 20px; width:110px" id="bieCunFangDi">
                             <apex:selectOptions value="{!bieCunFangDiOps}"/>
                             <!-- #OLY_OCM-659 澶囧搧瀛樻斁鍦� 閫夐」鍙樺寲鏃讹紝鏈儴 閫夐」鍊奸殢涔嬪彂鐢熷彉鍖� -->

--
Gitblit v1.9.1