Angular:组件引入其他css不生效

修改app.component.ts:

@Component({
        selector: 'app-root',
        templateUrl: './app.component.html',
        styleUrls: ['./app.component.scss'],
        encapsulation:ViewEncapsulation.None  //样式不进行封装
     })
posted @ 2020-12-13 08:27  Feng1024  阅读(759)  评论(0编辑  收藏  举报