当 页面中的 <style lang='scss' scoped></style>
时
存在scss时直接写样式样式会不生效
需要在样式前面加上 ::v-deep
:: v-deep .a{
*****
}
当 页面中的 <style lang='scss' scoped></style>
时
存在scss时直接写样式样式会不生效
需要在样式前面加上 ::v-deep
:: v-deep .a{
*****
}