From d29f75b84fccd06917fb8e2c2ee70e9d76f868cd Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 20:15:54 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/oppLoseButton/oppLoseButton.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/lwc/oppLoseButton/oppLoseButton.html b/force-app/main/default/lwc/oppLoseButton/oppLoseButton.html
index c26c6e8..7da8e83 100644
--- a/force-app/main/default/lwc/oppLoseButton/oppLoseButton.html
+++ b/force-app/main/default/lwc/oppLoseButton/oppLoseButton.html
@@ -1,8 +1,9 @@
 <template>
-    <div class="slds-is-relative">
-        <template if:true={showSpinner}>
-            <lightning-spinner size="medium" variant="brand"></lightning-spinner>
-        </template>
+    <div class="Holder" style="	
+    position: relative;
+    width:100%;
+    height: 200px;
+    --sds-c-progress-ring__stroke-color: #0070d2;">
+        <lightning-spinner alternative-text="Loading" size="medium" variant="brand"></lightning-spinner>
     </div>
-    
 </template>
\ No newline at end of file

--
Gitblit v1.9.1