【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;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-12-26
  • 2021-07-10
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
相关资源
相似解决方案