buli
2023-07-14 744f42c5496e656a1f9927740a3b37c0b97a6cba
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;
}
@@ -145,8 +146,24 @@
    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*/