style: 修改样式

This commit is contained in:
wxg0103 2024-07-17 11:16:21 +08:00 committed by wangdan-fit2cloud
parent 7fd19356b5
commit 1ebf966dae

View File

@ -80,11 +80,12 @@ defineExpose({ open })
color: var(--app-text-color-secondary);
}
}
}
.custom-header {
&.custom-header {
.el-dialog__header {
background: var(--el-color-primary-light-9) !important;
}
}
}
</style>