【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  阅读(709)  评论(0)    收藏  举报