lxf
2025-07-15 691b86ca853959f5beb3db9b25d0a4a9929dd40f
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;