From f703fe33aa10a7be7d82e7ea75f8e5ad143233fd Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Sep 2025 17:51:16 +0800
Subject: [PATCH] 暂存

---
 src/views/forget/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/forget/index.vue b/src/views/forget/index.vue
index db5a625..bb1c923 100644
--- a/src/views/forget/index.vue
+++ b/src/views/forget/index.vue
@@ -103,7 +103,10 @@
     box-sizing: border-box;
     font-size: 13px;
 }
-
+.w-full{
+    background-color: $bg_yellow;
+    border: none;
+}
 .forgetCont {
     padding: 15px;
     ;
@@ -138,8 +141,8 @@
     }
 
     .active {
-        background: $US_tabActice_background;
-        color: $color_main;
+        background: $bg_Bottom;
+        // color: $text_color1;
     }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3