问题 11 操作记录页

This commit is contained in:
wangshuai 2024-07-16 15:40:29 +08:00
parent 3cea0fbe6d
commit 4f01ee8cfc
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<div class="login-form">
<h3 class="title">优势后台管理系统</h3>
<el-tabs type="card" :stretch=true>
<el-tab-pane label="账户密码登录" weith="50%">
@ -82,11 +82,11 @@
<svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" />
</el-input>
<!-- <el-input v-model="loginForm.code" autocomplete="off" style="width: 160px;"></el-input> -->
<el-button :disabled="countdown > 0" @click="sendCode"
<el-button :disabled="countdown > 0" @click="sendCode"
style="width: 37%">{{ countdown > 0 ? `${countdown}s后重新发送` : '获取验证码' }}</el-button>
</el-form-item>
<el-form-item>
<el-button
<el-button
:loading="loading2"
size="medium"
type="primary"