style: update message

This commit is contained in:
xiaoxian521
2022-11-28 00:35:12 +08:00
parent 297319f668
commit 1d76946968
2 changed files with 14 additions and 0 deletions

View File

@@ -199,5 +199,12 @@ html.dark {
pointer-events: all !important;
background-image: initial !important;
}
& .el-message__closeBtn {
&:hover {
color: rgba(255, 255, 255, 0.85);
background-color: rgba(255, 255, 255, 0.12);
}
}
}
}