From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- force-app/main/default/aura/AgencyAccount/AgencyAccount.css | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/aura/AgencyAccount/AgencyAccount.css b/force-app/main/default/aura/AgencyAccount/AgencyAccount.css index 5e43c15..d9d000c 100644 --- a/force-app/main/default/aura/AgencyAccount/AgencyAccount.css +++ b/force-app/main/default/aura/AgencyAccount/AgencyAccount.css @@ -1,3 +1,32 @@ .THIS.contents_wrapper { padding-top: 10px; -} \ No newline at end of file +} + +.THIS tr .decrypt { + /* position: absolute; + top: 0; + left: 100%; + display: none; + text-align: left; + padding-left: 5px; */ + display: none; +} + +.THIS tr:hover .decrypt { + display: unset; +} + +.THIS tr:hover .encrypt { + display: none; +} + +/* add by Deloitte-Link 2023-6-19 start*/ +.THIS .weeklyReportSpinner { + top: 100px; +} + +.THIS .slds-spinner_container { + position: absolute; + top: 100px; +} +/* add by Deloitte-Link 2023-6-19 end*/ -- Gitblit v1.9.1