release: update 3.8.7

This commit is contained in:
xiaoxian521
2022-11-28 01:49:35 +08:00
parent 68492ec362
commit bbe23ce0a2
8 changed files with 27 additions and 270 deletions

View File

@@ -168,5 +168,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);
}
}
}
}

View File

@@ -86,6 +86,13 @@
}
& .el-message__closeBtn {
outline: none;
border-radius: 4px;
right: 9px !important;
transition: background-color 0.2s, color 0.2s;
&:hover {
background-color: rgba(0, 0, 0, 0.06);
}
}
}