修改elementUI input和普通的input

1、修改elementUI input的placeholde默認樣式

    >>>input::-webkit-input-placeholder {

        color: #606266;//>>>同等/deep/ 不建議用/deep/,在安裝ESLint格式情況下

    }

2、普通的input

  input::-webkit-input-placeholder {

        color: #606266;

    }

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章