From bedb8ce286c93cbff1b82ffc86609132de31b218 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:01:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=20(#3808?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/detail/index.vue | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/frontend/src/views/app-store/detail/index.vue b/frontend/src/views/app-store/detail/index.vue index 5e48fb3a587a..37982dcd1adb 100644 --- a/frontend/src/views/app-store/detail/index.vue +++ b/frontend/src/views/app-store/detail/index.vue @@ -5,7 +5,7 @@
-
+
App Icon
@@ -20,7 +20,6 @@
-
- - -
- - - - - {{ $t('app.appOfficeWebsite') }} - - - - - - {{ $t('app.document') }} - - - - - - {{ $t('app.github') }} - - - -
-
-
+
+
+ + +
+ + + {{ $t('app.appOfficeWebsite') }} + +
+
+ + + + {{ $t('app.document') }} + + + + + + {{ $t('app.github') }} + + +
+
.brief { - padding: 10px; .name { span { font-weight: 500; font-size: 18px; + color: var(--el-text-color-regular); } } @@ -188,6 +185,9 @@ defineExpose({ .descriptions { margin-top: 5px; + .icons { + margin-left: 20px; + } } }