From 53c2eae41cfabc6f164c5e571fa5b670409c4704 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期五, 04 八月 2023 13:47:52 +0800
Subject: [PATCH] 提交 侧边栏 营业中心、备品中心(耗材出入库)、自定义链接

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

diff --git a/force-app/main/default/pages/ConsumFixtureSetSelect.page b/force-app/main/default/pages/ConsumFixtureSetSelect.page
index fe4e625..57439d1 100644
--- a/force-app/main/default/pages/ConsumFixtureSetSelect.page
+++ b/force-app/main/default/pages/ConsumFixtureSetSelect.page
@@ -1,4 +1,4 @@
-<apex:page standardController="Consum_Apply_Equipment_Set__c" extensions="ConsumFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page standardController="Consum_Apply_Equipment_Set__c" extensions="ConsumFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>鑰楁潗鏄庣粏閫夋嫨</title>
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -6,6 +6,7 @@
 <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning 聽-->
 
 <script type="text/javascript">
 var heightAjustment = 120;
@@ -76,7 +77,7 @@
                         <td width="20px;" />
                         <td>
                             <apex:commandButton style="margin-left:20px;float:left;" value="閫傜敤" onclick="applyjs(); return false;"/>
-                            {!$Label.ConsumFixtureSetSelect_applyJs_Description}
+                            <span style="margin-left: 10px;justify-items: center;line-height: 30px;">{!$Label.ConsumFixtureSetSelect_applyJs_Description}</span>
                         </td>
                         <td colspan="2"></td>
                     </tr>

--
Gitblit v1.9.1