css作用域問題

1.scoped作用域問題。 (1)組件內樣式,默認始終加上scoped屬性。如:<style scoped lang=」less」></style>; (2)需要影響到子組件內部樣式,優先使用深度作用選擇器/deep/。如: <style lang=」less」 scoped> /deep/ .empty { background-color: blue; } </style>; (3)對於js
相關文章
相關標籤/搜索