From bdb1a98b64a2cf59bcfd575c579aa0742e0de954 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 17:21:32 +0800
Subject: [PATCH] 1
---
force-app/main/default/lwc/lexImprovedForecastTimeNew/lexImprovedForecastTimeNew.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexImprovedForecastTimeNew/lexImprovedForecastTimeNew.html b/force-app/main/default/lwc/lexImprovedForecastTimeNew/lexImprovedForecastTimeNew.html
index e9f6459..f2b6719 100644
--- a/force-app/main/default/lwc/lexImprovedForecastTimeNew/lexImprovedForecastTimeNew.html
+++ b/force-app/main/default/lwc/lexImprovedForecastTimeNew/lexImprovedForecastTimeNew.html
@@ -9,7 +9,7 @@
<div class="slds-notify slds-notify_toast slds-theme_success" role="status">
<lightning-icon class="white" icon-name="utility:success" alternative-text="success" variant="inverse" size="small" ></lightning-icon>
<div class="slds-notify__content" style="padding-left: 20px;">
- <h2 style="color:white;font-size:large">{message}</h2>
+ <h2 style="color:white;font-size:16px;">{message}</h2>
</div>
<div class="slds-notify__close">
<lightning-button-icon icon-name="utility:close" variant="bare-inverse" size="large" onclick={closeAction}></lightning-button-icon>
@@ -43,7 +43,7 @@
<div class="slds-notify slds-notify_toast slds-theme_error" role="status">
<lightning-icon class="white" icon-name="utility:error" size="small" variant="inverse"></lightning-icon>
<div class="slds-notify__content" style="padding-left: 20px;">
- <h2 style="color:white;font-size:large">{message}</h2>
+ <h2 style="color:white;font-size:16px;">{message}</h2>
</div>
<div class="slds-notify__close">
<lightning-button-icon icon-name="utility:close" variant="bare-inverse" size="large" onclick={closeAction}></lightning-button-icon>
--
Gitblit v1.9.1