From 802fba84f2a31820a305db3c449f82044f7fc324 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Sun, 15 Jun 2025 14:36:28 +0800 Subject: [PATCH] 金额计算 --- src/views/login/resetPwd.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/resetPwd.vue b/src/views/login/resetPwd.vue index 3355e8a..f4b30de 100644 --- a/src/views/login/resetPwd.vue +++ b/src/views/login/resetPwd.vue @@ -380,7 +380,7 @@ align-items: center; justify-content: center; cursor: pointer; - background-color: #1d91ff; + background-color: #f7b328; color: #fff; width: 100%; font-weight: 500; -- Gitblit v1.9.3