From 0a109b594bbe45be8991ba64fefa05eefee15849 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Mon, 21 Nov 2022 16:37:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 7fe2539c3..c2d72961a 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -123,13 +123,16 @@ onMounted(() => { padding: 5px; .icon { - width: 95%; - height: 80%; - padding: 10%; - margin-top: 5px; + width: 80px; + height: 100%; + padding: 5px; + display: flex; + align-items: center; + text-align: center; .image { width: 80%; height: 80%; + margin: 0 auto; } }