From cf847899618c591b5c37af1b872501bf68451e6e Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 13 Apr 2026 11:14:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB):=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoadingSpinner.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LoadingSpinner.vue b/src/components/LoadingSpinner.vue index ec02438..4558306 100644 --- a/src/components/LoadingSpinner.vue +++ b/src/components/LoadingSpinner.vue @@ -13,7 +13,7 @@ import loadingImg from '@/assets/icon/Azizi/loading.webp' defineProps({ size: { type: String, - default: '32px', + default: '48px', }, margin: { type: String,