From b5c5eb130ca0848124f9d136af4be142ad5aac07 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 26 六月 2023 14:42:02 +0800 Subject: [PATCH] backup0626 --- 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