From 4f200849487fc6f914e237d5af3ecefd6d802457 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 10 七月 2023 09:52:59 +0800
Subject: [PATCH] backup1007

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

diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
index 8b2291b..642ebdb 100644
--- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
+++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
@@ -4,10 +4,9 @@
 .THIS.height100vh {
   height: 100vh;
 }
-/* .THIS.contents_wrapper {
-    padding-top: 50px;
-    width: 105%;
-} */
+.THIS.contents_wrapper {
+  padding-top: 50px;
+}
 .THIS .mt5 {
   margin-top: 5px;
 }
@@ -24,7 +23,7 @@
   margin: 0.5em 0;
 }
 .THIS.report_list_area {
-  margin: 40px 0 20px 0px;
+  margin: 40px 0 20px 100px;
   height: 60vh;
   overflow-y: scroll;
 }
@@ -141,30 +140,3 @@
 .THIS tr:hover .encrypt {
   display: none;
 }
-
-/* add by Deloitte-Link 2023-6-19 start*/
-.THIS .weeklyReportSpinner {
-  top: 100px;
-}
-
-.THIS .weeklyReportSpinnerEdit {
-  top: 50px;
-}
-
-.THIS .slds-spinner_container {
-  position: absolute;
-  top: 100px;
-}
-
-.THIS .slds-spinner_containerEdit {
-  position: absolute;
-  top: 50px;
-}
-
-.THIS .marginTop {
-  margin-top: 10px;
-}
-.THIS .custom-input .uiInput {
-  height: 2rem;
-}
-/* add by Deloitte-Link 2023-6-19 end*/

--
Gitblit v1.9.1