From f5d4f999ba69421c3fb107561fe1ee4c29d3f680 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 07 七月 2023 17:26:18 +0800 Subject: [PATCH] CodeBackupStage --- force-app/main/default/aura/WeeklyReport/WeeklyReport.css | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css index 642ebdb..8b2291b 100644 --- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css +++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css @@ -4,9 +4,10 @@ .THIS.height100vh { height: 100vh; } -.THIS.contents_wrapper { - padding-top: 50px; -} +/* .THIS.contents_wrapper { + padding-top: 50px; + width: 105%; +} */ .THIS .mt5 { margin-top: 5px; } @@ -23,7 +24,7 @@ margin: 0.5em 0; } .THIS.report_list_area { - margin: 40px 0 20px 100px; + margin: 40px 0 20px 0px; height: 60vh; overflow-y: scroll; } @@ -140,3 +141,30 @@ .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