From c69e36a64e4954b0b7e818843e8a833b3201ec29 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期二, 08 八月 2023 18:23:15 +0800
Subject: [PATCH] 页面加lightning样式,开始询价LWC组件修改,补充controller

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

diff --git a/force-app/main/default/pages/XinDailyReport.page b/force-app/main/default/pages/XinDailyReport.page
index b6a1f70..82da0a5 100644
--- a/force-app/main/default/pages/XinDailyReport.page
+++ b/force-app/main/default/pages/XinDailyReport.page
@@ -1,5 +1,5 @@
 <!-- <apex:page id="Page" standardController="Daily_Report__c" extensions="XinDailyReportController" sidebar="false" action="{!init}" docType="html-5.0"> -->
-    <apex:page id="Page" Controller="XinDailyReportController" sidebar="false" action="{!init}" docType="html-5.0" > 
+    <apex:page id="Page" Controller="XinDailyReportController" sidebar="false" action="{!init}" docType="html-5.0" lightningStylesheets="true"> 
         <apex:stylesheet value="{!URLFOR($Resource.jquerysuggestcss)}"/>
         <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
         <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
@@ -718,6 +718,7 @@
                 font-weight: bold;
                 text-align: right;
                 vertical-align: middle;
+                white-space: nowrap;
             }
             .formtable td {
                 vertical-align: middle;

--
Gitblit v1.9.1