提交 cbea5626 编写于 作者: X xiaoyucoding

fix: 修复 h5 input placeholder 从不可见切换为可见时渲染错乱的问题

上级 699b41f2
......@@ -141,7 +141,7 @@ export default {
})
},
mounted () {
this._initInputStyle()
// this._initInputStyle()
if (this.confirmType === 'search') {
var formElem = document.createElement('form')
......@@ -388,6 +388,8 @@ export default {
.input-placeholder {
color: gray;
height: inherit;
line-height: inherit;
}
input[type="search"]::-webkit-search-cancel-button {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册