From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 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