有点模仿QQ消息盒子的感觉,代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using DevComponents.DotNetB…
方法一:在css中设置样式 for CSS added to the component :host ::ng-deep mySelector { background-color: blue; } for CSS added to index.html body ::ng-deep mySelector { background-color: green; } 方法二:在ng生命周期中设置样式 使用方法二,我们得了解ng4的生命周期:经过测试,在ngAfterViewChecked方法中可以设…