From d075f9ef422d029599749fcf65c44740dbe4d8f9 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期一, 16 五月 2022 10:37:51 +0800
Subject: [PATCH] 【委托】电子签收单RPA系统迁移

---
 force-app/main/default/aura/AgencyAccount/AgencyAccount.css |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/aura/AgencyAccount/AgencyAccount.css b/force-app/main/default/aura/AgencyAccount/AgencyAccount.css
index 5e43c15..c5abf53 100644
--- a/force-app/main/default/aura/AgencyAccount/AgencyAccount.css
+++ b/force-app/main/default/aura/AgencyAccount/AgencyAccount.css
@@ -1,3 +1,21 @@
 .THIS.contents_wrapper {
     padding-top: 10px;
+}
+
+.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;
 }
\ No newline at end of file

--
Gitblit v1.9.1