From af7b716a60d889acea95560abba0e46eee008b8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 05 七月 2023 13:54:50 +0800
Subject: [PATCH] backup0705

---
 force-app/main/default/aura/WeeklyReport/WeeklyReport.css |  164 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 91 insertions(+), 73 deletions(-)

diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
index 98e8382..8b2291b 100644
--- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
+++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css
@@ -1,152 +1,170 @@
 .THIS .bcolor {
-    color: #333;
+  color: #333;
 }
 .THIS.height100vh {
-    height: 100vh;
+  height: 100vh;
 }
-.THIS.contents_wrapper {
+/* .THIS.contents_wrapper {
     padding-top: 50px;
-}
+    width: 105%;
+} */
 .THIS .mt5 {
-    margin-top: 5px;
+  margin-top: 5px;
 }
 .THIS .mt40 {
-    margin-top: 40px;
+  margin-top: 40px;
 }
 .THIS .edit_button {
-    float: right;
-    margin: -1.5em 0.5em 0 0;
-    border: 0;
+  float: right;
+  margin: -1.5em 0.5em 0 0;
+  border: 0;
 }
 .THIS .no_data_area {
-    text-align: center;
-    margin: .5em 0;
+  text-align: center;
+  margin: 0.5em 0;
 }
 .THIS.report_list_area {
-    margin: 40px 0 20px 100px;
-    height: 60vh;
-    overflow-y: scroll;
+  margin: 40px 0 20px 0px;
+  height: 60vh;
+  overflow-y: scroll;
 }
 .THIS .report_radio {
-    float: left;
+  float: left;
 }
 .THIS .table_header {
-    width: 9.4rem;
-    height: 2em;
+  width: 9.4rem;
+  height: 2em;
 }
 .THIS.disp_none {
-    display: none;
+  display: none;
 }
 .THIS .disp_none {
-    display: none;
+  display: none;
 }
 .THIS .tr {
-    text-align: right;
+  text-align: right;
 }
 .THIS .close_button {
-    float: right;
-    margin-top: -2em;
+  float: right;
+  margin-top: -2em;
 }
 .THIS .close_icn svg {
-    fill: #fefefe;
+  fill: #fefefe;
 }
 .THIS .slds-progress__marker {
-    cursor: default;
+  cursor: default;
 }
 .THIS .progress_0 {
-    width: 0%;
+  width: 0%;
 }
 .THIS .progress_100 {
-    width: 100%;
+  width: 100%;
 }
 .THIS .new_btn_area {
-    text-align: center;
-    margin-top: 22px;
+  text-align: center;
+  margin-top: 22px;
 }
 .THIS .new_btn {
-    width: 100%;
+  width: 100%;
 }
 .THIS .save_button_area {
-    margin: 1em 0;
-    text-align: right;
+  margin: 1em 0;
+  text-align: right;
 }
 .THIS .save_button {
-    background-color: #ffa500;
-    border: 1px solid #ff8c00;
+  background-color: #ffa500;
+  border: 1px solid #ff8c00;
 }
 .THIS .report_data_header {
-    border-bottom: 2px solid #ccc;
+  border-bottom: 2px solid #ccc;
 }
 .THIS .report_data_area {
-    border-bottom: 1px solid #ccc;
+  border-bottom: 1px solid #ccc;
 }
 .THIS.fade {
-    transition: 5s opacity linear;
+  transition: 5s opacity linear;
 }
 .THIS.animation_off {
-    opacity: 0;
+  opacity: 0;
 }
 .THIS.animation_on {
-    opacity: 1;
+  opacity: 1;
 }
 .THIS .fade {
-    transition: 5s opacity linear;
+  transition: 5s opacity linear;
 }
 .THIS .animation_off {
-    opacity: 0;
+  opacity: 0;
 }
 .THIS .animation_on {
-    opacity: 1;
+  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{
-    display: none;
+.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 .customRequired:before {
+  content: "*";
+  margin: 0 0.125rem 0 0.125rem;
+  color: rgb(194, 57, 52);
+  float: left;
+}
+.THIS .none {
+  display: none;
 }
 
-.THIS tr .decrypt{
-    display: none;
+.THIS tr .decrypt {
+  display: none;
 }
 
-.THIS tr:hover .decrypt{
-    display: unset;
+.THIS tr:hover .decrypt {
+  display: unset;
 }
 
-.THIS tr:hover .encrypt{
-    display: none;
+.THIS tr:hover .encrypt {
+  display: none;
 }
 
 /* add by Deloitte-Link 2023-6-19 start*/
-.THIS .weeklyReportSpinner{
-    top:100px;
+.THIS .weeklyReportSpinner {
+  top: 100px;
 }
 
-.THIS .slds-spinner_container{
-    position: absolute;
-    top:100px;
+.THIS .weeklyReportSpinnerEdit {
+  top: 50px;
 }
-/* add by Deloitte-Link 2023-6-19 end*/
\ No newline at end of file
+
+.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