From 988f9735377909b6310301e582c15804e004783f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 07 十月 2023 10:36:13 +0800
Subject: [PATCH] 近期修改cjw

---
 force-app/main/default/pages/Enquiry.page |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/pages/Enquiry.page b/force-app/main/default/pages/Enquiry.page
index ce09ae1..78c3e5c 100644
--- a/force-app/main/default/pages/Enquiry.page
+++ b/force-app/main/default/pages/Enquiry.page
@@ -1,6 +1,11 @@
 <apex:page showHeader="false" sidebar="false" id="test02" title="3.鍏宠仈宸叉湁璇环">
     <apex:includeLightning />
     <div style="width:100%;height:100%;" id="test02Container" />
+    <style>
+        .slds-theme_error{
+            --lwc-colorBackgroundToastError: #ba0517 !important;
+        }
+    </style>
     <script>
         $Lightning.use("c:test02App", function () {
             $Lightning.createComponent("c:tEnquiry",

--
Gitblit v1.9.1