/deep/ .el-input{
width: 200px; //宽度
.el-input__inner{
height: 35px;//高度
line-height: 35px;//高度
background: red;//背景色
border: 1px solid red;//边框颜色
border-radius: 5px;
}
.el-input__inner::placeholder {
color: red; //提示文字颜色
}
}
el-input样式修改,边框,提示文字
最新推荐文章于 2025-07-07 15:00:30 发布