|
|
|
@ -35,8 +35,7 @@ |
|
|
|
|
<div style="padding-right: 10px; color: #2592a1">用户密码</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="right"> |
|
|
|
|
<el-input type="password" v-model="formModel.password" |
|
|
|
|
placeholder="请输入密码" show-password></el-input> |
|
|
|
|
<el-input type="password" v-model="formModel.password" placeholder="请输入密码" show-password></el-input> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
@ -157,9 +156,9 @@ |
|
|
|
|
</el-link> |
|
|
|
|
</el-form-item> --> |
|
|
|
|
</el-form> |
|
|
|
|
<el-form style="margin-bottom: 90px;" :model="formModel" :rules="rules" ref="formRef" size="large" |
|
|
|
|
<el-form style="margin-bottom: 80px;" :model="formModel" :rules="rules" ref="formRef" size="large" |
|
|
|
|
autocomplete="off" v-else class="custom-form"> |
|
|
|
|
<el-form-item prop="username"> |
|
|
|
|
<el-form-item prop="username" style="margin-bottom: 30px;"> |
|
|
|
|
<div style="display: flex; align-items: center;"> |
|
|
|
|
<div class="left" style="display: flex; align-items: center;width: 90px;"> |
|
|
|
|
<div style="padding-right: 10px; color: #1084c1"> |
|
|
|
@ -175,7 +174,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item prop="studentNumb"> |
|
|
|
|
<!-- <el-form-item prop="studentNumb"> |
|
|
|
|
<div style="display: flex; align-items: center;"> |
|
|
|
|
<div class="left" style="display: flex; align-items: center ;width: 90px;"> |
|
|
|
|
<div style="padding-right: 10px; color: #1084c1"> |
|
|
|
@ -190,8 +189,8 @@ |
|
|
|
|
placeholder="请输入学号"></el-input> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item prop="password"> |
|
|
|
|
</el-form-item> --> |
|
|
|
|
<el-form-item prop="password" style="margin-bottom: 30px;"> |
|
|
|
|
<div style="display: flex; align-items: center;"> |
|
|
|
|
<div class="left" style="display: flex; align-items: center ;width: 90px;"> |
|
|
|
|
<div style="padding-right: 10px; color: #1084c1"> |
|
|
|
@ -207,7 +206,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-form-item style="margin-bottom: 35px;"> |
|
|
|
|
<div style="display: flex; align-items: center;"> |
|
|
|
|
<div class="left" style="display: flex; align-items: center ;width: 90px;"> |
|
|
|
|
<div style="padding-right: 10px; color: #1084c1"> |
|
|
|
|