【Angular】关于angular引用第三方组件库无法改变其组件样式 :host ::ng-deep

【Angular】关于angular引用第三方组件库无法改变其组件样式

:host ::ng-deep

css修改:无效

.ant-input-affix-wrapper .ant-input:not(:first-child){
  padding-left: 30px;
}

修改上面就正常了

:host ::ng-deep .ant-input-affix-wrapper .ant-input:not(:first-child){
  padding-left: 30px;
}

 

posted @ 2019-07-26 16:13  我是+V  阅读(670)  评论(0编辑  收藏  举报