From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/aura/WeeklyReport/WeeklyReport.css |   71 ++++++++++++++++++-----------------
 1 files changed, 36 insertions(+), 35 deletions(-)

diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
index 19e31fe..7e0b372 100644
--- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
+++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
@@ -21,7 +21,7 @@
 }
 .THIS .no_data_area {
     text-align: center;
-    margin: .5em 0;
+    margin: 0.5em 0;
 }
 .THIS.report_list_area {
     margin: 40px 0 20px 0px;
@@ -99,71 +99,72 @@
 .THIS .animation_on {
     opacity: 1;
 }
-.THIS .divbotuser{
-    width:fit-content;
+.THIS .divbotuser {
+    width: fit-content;
 }
 
-.THIS .toastMessage.forceActionsText{ 
-    white-space : pre-line !important;
+.THIS .toastMessage.forceActionsText {
+    white-space: pre-line !important;
 }
 
-.THIS .slds-file-selector__dropzone .slds-file-selector__text{
+.THIS .slds-file-selector__dropzone .slds-file-selector__text {
     display: none;
 }
 
-.THIS .slds-input:focus, .THIS .slds-input:active {
-     border-color: rgb(216, 221, 230);
-     box-shadow: none;
+.THIS .slds-input:focus,
+.THIS .slds-input:active {
+    border-color: rgb(216, 221, 230);
+    box-shadow: none;
 }
 
-.THIS .customRequired{
-     font-weight: 400; 
-} 
-.THIS .customRequired:before{    
-     content: "*";
-     margin: 0 0.125rem 0 0.125rem;
-     color: rgb(194, 57, 52);
-     float: left; 
-} 
-.THIS .none{
-     display:none; 
+.THIS .customRequired {
+    font-weight: 400;
 }
-
-.THIS tr .decrypt{
+.THIS .customRequired:before {
+    content: '*';
+    margin: 0 0.125rem 0 0.125rem;
+    color: rgb(194, 57, 52);
+    float: left;
+}
+.THIS .none {
     display: none;
 }
 
-.THIS tr:hover .decrypt{
+.THIS tr .decrypt {
+    display: none;
+}
+
+.THIS tr:hover .decrypt {
     display: unset;
 }
 
-.THIS tr:hover .encrypt{
+.THIS tr:hover .encrypt {
     display: none;
 }
 
 /* add by Deloitte-Link 2023-6-19 start*/
-.THIS .weeklyReportSpinner{
-    top:100px;
+.THIS .weeklyReportSpinner {
+    top: 100px;
 }
 
-.THIS .weeklyReportSpinnerEdit{
-    top:50px;
+.THIS .weeklyReportSpinnerEdit {
+    top: 50px;
 }
 
-.THIS .slds-spinner_container{
+.THIS .slds-spinner_container {
     position: absolute;
-    top:100px;
+    top: 100px;
 }
 
-.THIS .slds-spinner_containerEdit{
+.THIS .slds-spinner_containerEdit {
     position: absolute;
-    top:50px;
+    top: 50px;
 }
 
-.THIS .marginTop{
+.THIS .marginTop {
     margin-top: 10px;
 }
 .THIS .custom-input .uiInput {
-    height: 2rem; 
+    height: 2rem;
 }
-/* add by Deloitte-Link 2023-6-19 end*/
\ No newline at end of file
+/* add by Deloitte-Link 2023-6-19 end*/

--
Gitblit v1.9.1