保存进度!

This commit is contained in:
2023-01-13 15:15:57 +08:00
parent dcab19a765
commit 8d72241618
4 changed files with 61 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
* @Author: Kane
* @Date: 2022-12-14 15:23:54
* @LastEditors: Kane
* @LastEditTime: 2023-01-11 14:40:11
* @LastEditTime: 2023-01-13 09:35:07
* @FilePath: \admin_system\src\views\account\Login.vue
* @Description:
*
@@ -35,10 +35,10 @@
<label class="form-label">验证码</label>
<el-row :gutter="10">
<el-col :span="14">
<el-input type="text"></el-input>
<el-input type="text" disabled></el-input>
</el-col>
<el-col :span="10">
<el-button type="danger" class="el-button-block" @click="getValidateCode()">获取验证码</el-button>
<el-button type="danger" disabled class="el-button-block" @click="getValidateCode()">获取验证码</el-button>
</el-col>
</el-row>
</el-form-item>