From d5db05869b00fb72b4944f1fdcfa147eae854bc8 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Fri, 20 Jun 2025 11:35:30 +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