修改主题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<el-form :rules="rules" ref="formRef" size="large" class="login-form" :model="form">
|
||||
<el-form-item prop="username">
|
||||
<el-input maxlength="32" show-word-limit ref="usernameRef" v-model="form.username" type="text"
|
||||
<el-input ref="usernameRef" v-model="form.username" type="text"
|
||||
clearable style="width: 368px" placeholder="用户名" autocomplete="off">
|
||||
<template #prefix>
|
||||
<span class="iconfont icon-yonghu" style="color: #003078"></span>
|
||||
@@ -20,7 +20,7 @@
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item prop="password">
|
||||
<el-input maxlength="32" show-word-limit ref="passwordRef" v-model="form.password" type="password"
|
||||
<el-input ref="passwordRef" v-model="form.password" type="password"
|
||||
placeholder="密码" show-password style="width: 368px" autocomplete="off">
|
||||
<template #prefix>
|
||||
<span class="iconfont icon-mima" style="color: #003078"></span>
|
||||
|
||||
Reference in New Issue
Block a user