Angular 组件背景颜色

Angular Component Background Color

大家好,我遇到了整个页面的背景颜色问题,它没有显示背景颜色。

Example Photo

*{
    background-color: #7395AE !important
}

Structure of the code

尝试将此添加到 css:

body{
  height: 100vh;
  width: 100vw;
  background: #7395AE;
}