From dd004276162a2bf9d042ff0aaa569dc30a95d827 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:23:26 +0800
Subject: [PATCH] newbackup0626

---
 force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html b/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
index bd7f8ea..c3fe048 100644
--- a/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
+++ b/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
@@ -1,9 +1,23 @@
 <template>
     <c-common-toast></c-common-toast>
     <template if:true={isShowReminder}>
-        <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;color:#ff6a00;font-size:18px;">
-            <lightning-icon style="margin: 2px;" icon-name="custom:custom53" size="small"></lightning-icon>
-            <strong style="padding-top: 2px;">&nbsp;&nbsp;&nbsp;鎻愰啋锛歿msg}</strong>
+        <div
+            style="
+                border: 1px solid #d4d4d4;
+                border-radius: 5px;
+                margin-bottom: 7px;
+                color: #ff6a00;
+                font-size: 18px;
+            "
+        >
+            <lightning-icon
+                style="margin: 2px"
+                icon-name="custom:custom53"
+                size="small"
+            ></lightning-icon>
+            <strong style="padding-top: 2px"
+                >&nbsp;&nbsp;&nbsp;鎻愰啋锛歿msg}</strong
+            >
         </div>
     </template>
 </template>
\ No newline at end of file

--
Gitblit v1.9.1