From cadf104502a80cb2028be21317a8660778b517e2 Mon Sep 17 00:00:00 2001 From: Cano1997 <1978141412@qq.com> Date: Thu, 30 Oct 2025 21:10:10 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4loading=E5=9D=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mob-theme/src/theme/generic/vant.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/mob-theme/src/theme/generic/vant.scss b/packages/mob-theme/src/theme/generic/vant.scss index c13e683..17819cf 100644 --- a/packages/mob-theme/src/theme/generic/vant.scss +++ b/packages/mob-theme/src/theme/generic/vant.scss @@ -61,6 +61,9 @@ // 气泡弹出框 --van-popover-light-action-disabled-text-color: #{getCssVar(color, disabled, text)}; + + // loading样式 + --van-loading-spinner-color: #{getCssVar(color, primary)}; } .van-cell { -- Gitee