From a68c8c52c2820052c2ae3856876f74a385354583 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:10:24 +0800 Subject: [PATCH] LEX Community Code Deploy0711 --- force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.html b/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.html index 3a9786f..76b9b05 100644 --- a/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.html +++ b/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.html @@ -3,7 +3,11 @@ <template> <c-common-toast></c-common-toast> <template if:true={isShowSpinner}> - <lightning-spinner alternative-text="Loading" size="large"></lightning-spinner> + <div role="status" class="slds-spinner slds-spinner_medium slds-spinner_brand"> +聽 聽 聽 聽 聽 聽 聽 聽 <span class="slds-assistive-text">Loading</span> +聽 聽 聽 聽 聽 聽 聽 聽 <div class="slds-spinner__dot-a"></div> +聽 聽 聽 聽 聽 聽 聽 聽 <div class="slds-spinner__dot-b"></div> +聽 聽 聽 聽 </div> </template> <div class="outerBorderCss"> <div style="padding: 5px"> -- Gitblit v1.9.1