From 983cd266f5af3f426d924620535b233eae76ae7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 22 Feb 2023 18:05:14 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B4=A6=E5=8F=B7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E7=9C=8B=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountListTable/ViewSecret.vue | 47 ++++++++++++------- .../accounts/Account/AccountDetail/Detail.vue | 30 +++++++++++- 2 files changed, 59 insertions(+), 18 deletions(-) diff --git a/src/components/AccountListTable/ViewSecret.vue b/src/components/AccountListTable/ViewSecret.vue index 4444bd9b4..b0f97cfa9 100644 --- a/src/components/AccountListTable/ViewSecret.vue +++ b/src/components/AccountListTable/ViewSecret.vue @@ -8,7 +8,7 @@ - - {{ account['name'] }} - - - {{ account['username'] }} - + + + {{ account['name'] }} + + + {{ account['username'] }} + + - - {{ sshKeyFingerprint }} - - - {{ account['date_created'] | date }} - - - {{ account['date_updated'] | date }} - + + + {{ sshKeyFingerprint }} + + + {{ account['date_created'] | date }} + + + {{ account['date_updated'] | date }} + + + @@ -12,13 +20,15 @@