From 8588fe30f17d0d28190a279aab8675de0dbf1a5b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 18:46:29 +0800
Subject: [PATCH] 个人添加图片

---
 src/views/register/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/register/index.vue b/src/views/register/index.vue
index 11cc756..bde1202 100644
--- a/src/views/register/index.vue
+++ b/src/views/register/index.vue
@@ -95,7 +95,7 @@
                     <div class="ml-9 text-black flex-1">
                         <div class="uni-input-wrapper">
                             <input type="password" v-model="repassword" maxlength="140" step="" enterkeyhint="done"
-                                class="uni-input-input" autocomplete="off" :placeholder="$t('密码')">
+                                class="uni-input-input" autocomplete="off" :placeholder="$t('确认密码')">
                         </div>
                     </div>
                 </div>
@@ -358,9 +358,11 @@
 
 <style lang="scss" scoped>
 @import '@/assets/css/deepseek_css_20250625_30ff932.css';
-.uni-input-input{
-	background-color: #fff;
+
+.uni-input-input {
+    background-color: #fff;
 }
+
 .activeBKClick {
     &:active {
         background: $tab_background;

--
Gitblit v1.9.3