|
|
@ -11,7 +11,7 @@
|
|
|
|
size="large"
|
|
|
|
size="large"
|
|
|
|
v-decorator="['username',validatorRules.username,{ validator: this.handleUsernameOrEmail }]"
|
|
|
|
v-decorator="['username',validatorRules.username,{ validator: this.handleUsernameOrEmail }]"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
placeholder="请输入帐户名 / jeecg">
|
|
|
|
placeholder="请输入帐户名 / admin">
|
|
|
|
<a-icon slot="prefix" type="user" :style="{ color: 'rgba(0,0,0,.25)' }"/>
|
|
|
|
<a-icon slot="prefix" type="user" :style="{ color: 'rgba(0,0,0,.25)' }"/>
|
|
|
|
</a-input>
|
|
|
|
</a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|