From 75c53a451597ecf50eb9dea8d2aa5e2fc76e33ad Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 13 Apr 2026 11:48:28 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E7=BB=84=E4=BB=B6):=20=E9=BB=98=E8=AE=A4=E5=A4=A7=E5=B0=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 --- 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 4558306..73b87fa 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: '48px', + default: '80px', }, margin: { type: String,