From 4a9a632fe0cdcaaf77a930363218d3f5af722639 Mon Sep 17 00:00:00 2001 From: zhoujunhong <1298308460@qq.com> Date: Mon, 1 Jul 2024 16:50:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/apps/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 48bbacc0d..ee756d0fc 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -342,6 +342,7 @@ onMounted(() => { .app-header { height: 20%; .app-title { + line-height: 1.5; font-weight: 500; font-size: 16px; color: var(--el-text-color-regular);