css作用域问题

302 阅读1分钟

简要回答

  1. scoped作用域问题,组件内样式,需要影响到子组件内部样式,优先使用深度作用选择器/deep/
  2. import导入样式问题,@import “file.less”