From 874d06c838d77ed9e4e19ca888161c1590d02e2b Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 08 八月 2023 12:16:50 +0800
Subject: [PATCH] 修改页面

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index 8e59af1..5328481 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; /* 璁剧疆瀛愬厓绱犻棿鐨勯棿璺� */
     }
@@ -52,5 +58,26 @@
     }
 
     .text-container p:first-line {
-        background-color: rgb(243, 243, 243);
-      }
\ No newline at end of file
+        background-color: rgb(165, 63, 63);
+      }
+
+    .slds-accordion__summary-heading{
+        background-color: rgb(192, 70, 70);
+    }
+
+
+    .THIS .x-accordion .x-accordion-group  .x-accordion-heading a .x-accordion-toggle {
+        color: red!important;
+        }
+
+    host { 
+        --sds-c-accordion-summary-color-background: var(--lwc-colorBackground,rgb(160, 60, 60)); 
+    }
+    .THIS .slds-truncate {
+        max-width: 100%;
+        background: brown !important;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
+    }
+    
\ No newline at end of file

--
Gitblit v1.9.1