修改主题

This commit is contained in:
GGJ
2024-12-17 11:05:04 +08:00
parent 8c4cc891e5
commit e10ca83ec5
11 changed files with 464 additions and 31 deletions

View File

@@ -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>