覆盖antd默认样式:在index.js中引入index.less,通过global和important修改默认样式

:global {
  .am-list-body {
    background-color: rgba(0,0,0,0) !important;
  }
}

而在局部less中修改默认样式不生效,因为编译后会在类名后加上随机字符(如am-list-body-123),不再是默认类名

results matching ""

    No results matching ""