From a046b3fe914e46147334d33bbdcb21e2759a3c43 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:03:33 +0800
Subject: [PATCH] backup0712
---
force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html | 20 +++-----------------
1 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html b/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
index c3fe048..bd7f8ea 100644
--- a/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
+++ b/force-app/main/default/lwc/lexLicenceReminder/lexLicenceReminder.html
@@ -1,23 +1,9 @@
<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"
- > 鎻愰啋锛歿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;"> 鎻愰啋锛歿msg}</strong>
</div>
</template>
</template>
\ No newline at end of file
--
Gitblit v1.9.1