修改elementUI input和普通的input

1、修改elementUI input的placeholde默认样式

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

        color: #606266;//>>>同等/deep/ 不建议用/deep/,在安装ESLint格式情况下

    }

2、普通的input

  input::-webkit-input-placeholder {

        color: #606266;

    }

猜你喜欢

转载自blog.csdn.net/weixin_39418338/article/details/106188748
今日推荐