From 3de38d285615e278566a9b5b0907159d6dcf02ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Thu, 21 May 2026 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9loading=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0b9886e..5978c16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,10 +53,9 @@ left: 0; width: 100%; height: 100%; - // background-color: rgba(0, 0, 0, 0.3); - // display: flex; - // align-items: center; - // justify-content: center; + --el-mask-color: rgba(0, 0, 0, 0.3); + --el-color-primary: #007bff; + --el-loading-spinner-size: 9rem; }