From bdb1a98b64a2cf59bcfd575c579aa0742e0de954 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 17:21:32 +0800
Subject: [PATCH] 1

---
 force-app/main/default/lwc/lexSubmitReport/lexSubmitReport.html |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexSubmitReport/lexSubmitReport.html b/force-app/main/default/lwc/lexSubmitReport/lexSubmitReport.html
index a02df8e..3aa1576 100644
--- a/force-app/main/default/lwc/lexSubmitReport/lexSubmitReport.html
+++ b/force-app/main/default/lwc/lexSubmitReport/lexSubmitReport.html
@@ -1,5 +1,13 @@
+<!--
+ * @Description: 
+ * @version: 
+ * @Author: chen jing wu
+ * @Date: 2023-09-11 09:20:29
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-09-26 09:31:46
+-->
 <template>
     <div class="specSubmitHolder" if:true={IsLoading}>
-        <lightning-spinner alternative-text="Loading" size="small"></lightning-spinner>
+        <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
     </div>
 </template>
\ No newline at end of file

--
Gitblit v1.9.1