From b84e191d31709ce2c67f1fe2cfd100558e070bf7 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 8 Nov 2022 17:28:41 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B=20?= =?UTF-8?q?css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AccountListTable/ViewSecret.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/AccountListTable/ViewSecret.vue b/src/components/AccountListTable/ViewSecret.vue index b7ce92121..6c31795bc 100644 --- a/src/components/AccountListTable/ViewSecret.vue +++ b/src/components/AccountListTable/ViewSecret.vue @@ -15,7 +15,7 @@ v-bind="$attrs" v-on="$listeners" > - + {{ account['name'] }} @@ -115,11 +115,16 @@ export default { } .el-form-item { border-bottom: 1px solid #EBEEF5; - padding: 3px 0; + padding: 5px 0; margin-bottom: 0; + &:hover { background-color: #F5F7FA; } + + >>> .el-form-item__label { + padding-right: 20px; + } } ul {