From da36f82f34096b61d72f3241e34135ec0e4729bc Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Mon, 30 Jun 2025 17:58:12 +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