中建四(首页):输入框光标处理

This commit is contained in:
骆乐 2022-09-14 10:10:43 +08:00
parent 25b2ca283b
commit a3460f5817

View File

@ -26,8 +26,10 @@
prefix-icon=" "
v-model="form.password"
type="password"
auto-complete="off"
show-password
placeholder="请输入密码"
@keyup.enter.native="loginFn"
></el-input>
</div>
</el-form-item>
@ -105,6 +107,8 @@ export default {
background-color: rgba(2, 38, 64,0);
//input
transition: background-color 50000s ease-in-out 0s;
//
caret-color:#eeeeee;
}
.leftContent {
position: absolute;