From 45e4876c811c861adc5744d06b5bba840fae397a Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期四, 29 六月 2023 17:59:09 +0800
Subject: [PATCH] 优化失单画面以及修改按钮
---
force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index 8e59af1..d944675 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -41,7 +41,7 @@
border: 0;
}
-.container {
+ .container {
display: flex;
justify-content: space-between; /* 璁剧疆瀛愬厓绱犻棿鐨勯棿璺� */
}
@@ -53,4 +53,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