From 4fca9aeb48dfa23844077356d608ce460babc633 Mon Sep 17 00:00:00 2001 From: "xin.yang" Date: Thu, 18 May 2023 19:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E5=BA=94=E7=94=A8=E5=A4=84=E5=9C=A8=E7=AA=84=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=97=B6=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/app/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/home/app/index.vue b/frontend/src/views/home/app/index.vue index 1ec8d918acd1..3bca24b3fe7b 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -87,8 +87,10 @@ defineExpose({ .h-app-card { cursor: pointer; padding: 10px 15px; + margin-right: 10px; .h-app-content { + padding-left: 15px; .h-app-title { font-weight: 500; font-size: 15px;