style:删除无用功能

master
黄伟杰 3 weeks ago
parent 60c45a2af0
commit 65d190f674

@ -1,6 +1,5 @@
<template>
<view class="scroll-container">
<NavBar title="登录" />
<view class="login-container">
<!-- Logo区域 -->
@ -18,7 +17,6 @@
<!-- 欢迎文案 -->
<view class="welcome-section">
<text class="welcome-title">欢迎来到必硕数字化平台</text>
<text class="welcome-subtitle">登录以实现您的需求</text>
</view>
<!-- 登录表单 -->
@ -31,11 +29,6 @@
<up-input v-model="loginForm.password" type="password" placeholder="请输入密码" :maxlength="20" border="bottom"
clearable class="form-input password-input" />
<!-- 忘记密码 -->
<view class="forgot-password">
<text class="forgot-link">忘记密码</text>
</view>
<!-- 登录按钮 -->
<view class="login-btn-wrapper">
<button @click="handleLogin" class="login-btn">登录</button>
@ -225,6 +218,7 @@ page {
/* 登录按钮 */
.login-btn-wrapper {
margin-top: 100rpx;
margin-bottom: 60rpx;
.login-btn {

@ -9,29 +9,17 @@
</view>
<view class="text-grey">{{ t('setting.currentLanguage', { language: currentLanguageLabel }) }}</view>
</view>
<view class="list-cell list-cell-arrow" @click="handleToPwd">
<view class="menu-item-box">
<view class="iconfont icon-password menu-icon"></view>
<view>{{ t('mine.changePassword') }}</view>
</view>
</view>
<view class="list-cell list-cell-arrow" @click="handleTerminalChange">
<view class="list-cell list-cell-arrow" @click="handleTerminalChange">
<view class="menu-item-box">
<view class="iconfont icon-phone menu-icon"></view>
<view>{{ t('setting.terminalMode') }}</view>
</view>
<view class="text-grey">{{ t('setting.currentTerminal', { terminal: currentTerminalLabel }) }}</view>
</view>
<view class="list-cell list-cell-arrow" @click="handleToUpgrade">
<view class="menu-item-box">
<view class="iconfont icon-refresh menu-icon"></view>
<view>{{ t('setting.checkUpdate') }}</view>
</view>
</view>
<view class="list-cell list-cell-arrow" @click="handleCleanTmp">
<view class="list-cell list-cell-arrow" @click="handleToPwd">
<view class="menu-item-box">
<view class="iconfont icon-clean menu-icon"></view>
<view>{{ t('setting.cleanCache') }}</view>
<view class="iconfont icon-password menu-icon"></view>
<view>{{ t('mine.changePassword') }}</view>
</view>
</view>
</view>

Loading…
Cancel
Save