Compare commits

..

No commits in common. "aab9481030ce45b912a2a4a1d82d2253f44df4ba" and "221bf9c52ff657c8b18fb60ee769464b3755e794" have entirely different histories.

1 changed files with 2 additions and 7 deletions

View File

@ -15,7 +15,7 @@
<el-input v-model="user.UserCode" disabled />
</el-form-item>
<el-form-item label="User ID: " class="my_new_pwd" prop="UserName">
<el-form-item label="User ID: " prop="UserName">
<el-input v-model="user.UserName" />
</el-form-item>
@ -232,8 +232,3 @@ export default {
}
}
</script>
<style scoped>
/deep/ .is-error.my_new_pwd{
margin-bottom: 40px;
}
</style>