Compare commits
No commits in common. "aab9481030ce45b912a2a4a1d82d2253f44df4ba" and "221bf9c52ff657c8b18fb60ee769464b3755e794" have entirely different histories.
aab9481030
...
221bf9c52f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue