From 5ef5f50d09b49795c4cc9ca017294cbb74083cae Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 04 Jul 2025 17:16:07 +0800
Subject: [PATCH] style

---
 src/views/changeFundsPassword/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/changeFundsPassword/index.vue b/src/views/changeFundsPassword/index.vue
index 7ce2865..8e20594 100644
--- a/src/views/changeFundsPassword/index.vue
+++ b/src/views/changeFundsPassword/index.vue
@@ -188,4 +188,10 @@
     color: $color_main;
   }
 }
+
+:deep(.van-button--primary){
+    background-color: $btn_000;
+    border-color: $btn_000;
+    border-radius: 10px;
+}
 </style>

--
Gitblit v1.9.3