::ng-deep { a { color: #fff; } }. ng-deep 表示里面的样式是公共的,需要影响子组件的样式。 可以理解为 vue 中的不带 scoped 属性的 style 标签.
確定! 回上一頁