From fbd4bea7bd57b4d4a33cb9ed0ebc15d9bf6551c0 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 12 七月 2023 17:54:54 +0800
Subject: [PATCH] 近日更新按钮,页面以及apex类

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index 8e59af1..81008b3 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -7,7 +7,13 @@
     margin-right: 10px;
 }
 
-
+/* .holder{
+	position: relative;
+	display: inline-block;
+	width: 80px;
+	height: 80px;
+	text-align: center;
+} */
 .my-combobox {
     display: flex;
     align-items: center; 
@@ -41,7 +47,7 @@
     border: 0;
 }
 
-.container {
+    .container {
     display: flex;
     justify-content: space-between; /* 璁剧疆瀛愬厓绱犻棿鐨勯棿璺� */
     }
@@ -53,4 +59,10 @@
 
     .text-container p:first-line {
         background-color: rgb(243, 243, 243);
-      }
\ No newline at end of file
+      }
+
+    .slds-accordion__summary-heading{
+        background-color: rgb(243, 243, 243);
+    }
+
+    
\ No newline at end of file

--
Gitblit v1.9.1