From 97a98ace03d38bd88c7adcb1578850f95145cf19 Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 11 Jun 2021 13:54:16 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=88=97=E8=A1=A82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accounts/ApplicationAccount/ApplicationAccountList.vue | 6 ++++++ src/views/accounts/GatheredUser/GatheredUserList.vue | 3 +++ 2 files changed, 9 insertions(+) diff --git a/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue b/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue index 22ee7bd62..4bccf95a2 100644 --- a/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue +++ b/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue @@ -346,6 +346,12 @@ export default { background-color: #f5f7fa; } + .application-table { + &:hover { + cursor: pointer; + } + } + .export-item { width: 100%; display: block; diff --git a/src/views/accounts/GatheredUser/GatheredUserList.vue b/src/views/accounts/GatheredUser/GatheredUserList.vue index 6ef967467..892728822 100644 --- a/src/views/accounts/GatheredUser/GatheredUserList.vue +++ b/src/views/accounts/GatheredUser/GatheredUserList.vue @@ -183,6 +183,9 @@ export default { background-color: #f5f7fa; } .asset-table { + &:hover { + cursor: pointer; + } & >>> .table-content { margin-left: 21px; }