VUE v-html样式穿透方式

/deep/ .van-pagination__item--disabled, .van-pagination__item--disabled:active{ 
    background-color: white; 
}  
//deep 这种方式可以穿透框架样式




 .active-content>>>img { 
    max-width: 350px !important;
 }  
>>> 这种方式针对的v-html的样式穿透方式

  

posted @ 2021-01-13 10:55  light-zhang  阅读(442)  评论(0编辑  收藏  举报