From c5d39f666208f153c165a5c440c16f7e69f99d60 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Tue, 18 Aug 2020 10:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app-list/app-card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app-list/app-card.vue b/src/components/app-list/app-card.vue index b66d92b..e06354d 100644 --- a/src/components/app-list/app-card.vue +++ b/src/components/app-list/app-card.vue @@ -111,6 +111,7 @@ export default { } .app_card-info > .app_card-name { font-size: 18px; + font-weight: 600; line-height: 32px; color: #0d1847; cursor: pointer; -- 2.26.0