我想background-color
为我的角度项目更改mat-card
内部。style.scss
这AppComponent
是我目前使用的唯一组件。可能会更改width
,mat-card
但我无法background-color
从style.scss
文件中更改 。
改变作品background-color
。app.component.scss
此外,我还可以更改样式,<p></p>
例如style.scss
.
为什么不background-color
改变,但p
元素呢?