From 744f42c5496e656a1f9927740a3b37c0b97a6cba Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:34:12 +0800 Subject: [PATCH] lexcommunityupload0714 --- force-app/main/default/aura/WeeklyReport/WeeklyReport.css | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.css b/force-app/main/default/aura/WeeklyReport/WeeklyReport.css index 061767d..19e31fe 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 { +/* .THIS.contents_wrapper { padding-top: 50px; -} + width: 105%; +} */ .THIS .mt5 { margin-top: 5px; } @@ -23,7 +24,7 @@ margin: .5em 0; } .THIS.report_list_area { - margin: 40px 0 20px 100px; + margin: 40px 0 20px 0px; height: 60vh; overflow-y: scroll; } @@ -140,11 +141,29 @@ 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; -} \ No newline at end of file +} + +.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*/ \ No newline at end of file -- Gitblit v1.9.1