From e14d6d0619330cad423f06493e3aa2371faa2a8f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 09 九月 2023 14:02:23 +0800
Subject: [PATCH] Sit期间修改

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css |   32 +++++++++++++++++++++++++++-----
 1 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index d944675..13e9cb0 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -6,8 +6,16 @@
 .combobox-container label {
     margin-right: 10px;
 }
-
-
+.THIS.white svg {
+    fill : white;
+}
+/* .holder{
+	position: relative;
+	display: inline-block;
+	width: 80px;
+	height: 80px;
+	text-align: center;
+} */
 .my-combobox {
     display: flex;
     align-items: center; 
@@ -52,11 +60,25 @@
     }
 
     .text-container p:first-line {
-        background-color: rgb(243, 243, 243);
+        background-color: rgb(165, 63, 63);
       }
 
     .slds-accordion__summary-heading{
-        background-color: rgb(243, 243, 243);
+        background-color: rgb(192, 70, 70);
     }
 
-    
\ No newline at end of file
+
+    .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