From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码

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

diff --git a/force-app/main/default/pages/FixtureSetManage.page b/force-app/main/default/pages/FixtureSetManage.page
index d492432..44c3837 100644
--- a/force-app/main/default/pages/FixtureSetManage.page
+++ b/force-app/main/default/pages/FixtureSetManage.page
@@ -1,6 +1,8 @@
 <apex:page controller="FixtureSetManageController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>澶囧搧閰嶅鏄庣粏绠$悊</title>
+<apex:stylesheet value="{!URLFOR($Resource.FixtureSetManagecssTwo1)}"/>
+
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
 <!-- FixtureSetManage銉氥兗銈哥敤css -->
 <apex:stylesheet value="{!URLFOR($Resource.FixtureSetManageCss)}"/>
@@ -8,6 +10,7 @@
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
 
+
 <script type="text/javascript">
 var heightAjustment = 120;
 var widthAjustment = 30;

--
Gitblit v1.9.1