I want to change the style of the head of the card and find that it affects the cards on other pages.
then I added scoped,
, but the modified style is invalid. How to change the configuration
.el-card__header {
background-color: -sharp999999;
padding: 10px 20px;
}