中建四(首页):输入框光标处理
This commit is contained in:
parent
25b2ca283b
commit
a3460f5817
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user