From 64c61e02e5083871944d8128c375e7e13ee0a8f5 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 26 六月 2023 16:49:05 +0800
Subject: [PATCH] 客户现状分析按钮及页面更新
---
force-app/main/default/pages/SampleInventory.page | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/pages/SampleInventory.page b/force-app/main/default/pages/SampleInventory.page
index ec410f6..b4d0241 100644
--- a/force-app/main/default/pages/SampleInventory.page
+++ b/force-app/main/default/pages/SampleInventory.page
@@ -1,4 +1,4 @@
-<apex:page controller="SampleInventoryController" showHeader="false" sidebar="false" id="Page" action="{!init}" title="鏍锋湰鐩樼偣">
+<apex:page lightningStylesheets="true" controller="SampleInventoryController" showHeader="false" sidebar="false" id="Page" action="{!init}" title="鏍锋湰鐩樼偣">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -76,9 +76,9 @@
.ts-btn{
width: 150px;
padding: 8px;
- height: 20px;
+ height: 35px;
line-height: 20px;
- background: #909b8a;
+ background: #1684e3;
color: #fff;
border-radius: 5px;
float: right;
--
Gitblit v1.9.1