问题详情
element ui input placeholder 文字大小如何修改?
测试了很多方法,就是不生效。
例如:
::v-deep .el-input input::-webkit-input-placeholder {
color: #c0c4cc;
font-size: 12px;
}
::v-deep .el-input input::-moz-input-placeholder {
color: #c0c4cc;
font-size: 12px;
}
::v-deep .el-input input::-ms-input-placeholder {
color: #c0c4cc;
font-size: 12px;
}
解决方案
伪类选择器不要用错了:::placeholder - CSS:层叠样式表 | MDN
需要稍微考虑一下兼容性,毕竟还处于草案阶段。文章来源:https://www.toymoban.com/news/detail-613814.html
更多信息:
css - element ui input placeholder 文字大小如何修改? - SegmentFault 思否文章来源地址https://www.toymoban.com/news/detail-613814.html
到了这里,关于element ui input placeholder 文字大小如何修改?的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!