From 221c87e71e8ae00db9565e4f2409e1316b8b7eed Mon Sep 17 00:00:00 2001
From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com>
Date: Sat, 7 Oct 2023 09:18:44 -0500
Subject: [PATCH] =?UTF-8?q?style:=20=E5=B7=B2=E5=AE=89=E8=A3=85=E5=BA=94?=
=?UTF-8?q?=E7=94=A8=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4=20(#2446)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/app-store/installed/index.vue | 46 +++++++++++--------
1 file changed, 27 insertions(+), 19 deletions(-)
diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue
index 5ee6ce27e..d7b377d85 100644
--- a/frontend/src/views/app-store/installed/index.vue
+++ b/frontend/src/views/app-store/installed/index.vue
@@ -111,20 +111,37 @@
:content="installed.message"
>
-
- {{ $t('app.detail') }}
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
- openLog(row);
- },
- disabled: (row: any) => {
- return row.status === 'DownloadErr';
- },
- },
];
const openBackups = (key: string, name: string) => {