1. 在组件上定义类值:
class="status_change"
2. 定义style
// 不要在style上定义socpe
<style lang="less">
.status_change{
.el-dialog__header{
background-color:#4A77AC;
.el-dialog__title,.el-dialog__headerbtn i{
color: white;
}
}
}
</style>
效果: