style: 修改Dialog样式

This commit is contained in:
kailong321200875
2023-06-26 11:38:14 +08:00
parent 0e04fce436
commit e451bfcde6
2 changed files with 5 additions and 14 deletions

View File

@@ -130,7 +130,11 @@ const dialogStyle = computed(() => {
.is-hover {
&:hover {
color: var(--el-color-primary) !important;
span,
i,
svg {
color: var(--el-color-primary) !important;
}
}
}
</style>