可以通过设置:golbal来复写掉默认样式,像这样: :global { .am-swipe { border-bottom: 1px solid #f00; } .am-list-view-scrollview { .am-list-body { border-top: 0 none; background-color: transparent; &:after { display: none; } } } }
可以通过设置
:golbal
来复写掉默认样式,像这样: