From 691b86ca853959f5beb3db9b25d0a4a9929dd40f Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 17:42:58 +0800
Subject: [PATCH] style
---
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