From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:56:14 +0800 Subject: [PATCH] lex community --- 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..b5a3e56 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*/ \ No newline at end of file -- Gitblit v1.9.1