src/views/login.vue
@@ -64,9 +64,7 @@ /> </el-form-item> <el-form-item prop="verify"> <div style="display: flex; justify-content: space-between; width: 100%" > <div style="display: flex; justify-content: space-between; width: 100%"> <el-input placeholder="请输入验证码(忽略大小写)" v-model="ruleForm.verify" @@ -80,8 +78,7 @@ type="primary" class="nobr loginbtn btnbox" @click="submitForm(ruleFormRef)" >登录</el-button > >登录</el-button> </el-form-item> </el-form> </div>