🐛 修复缩放错误

This commit is contained in:
BTMuli
2023-05-21 23:04:30 +08:00
parent c63ff84827
commit ec6cdddf30

View File

@@ -453,7 +453,7 @@ async function searchPost () {
overflow: hidden; overflow: hidden;
} }
.news-cover:hover { .news-cover :hover {
transform: scale(1.1); transform: scale(1.1);
transition: all 0.3s linear; transition: all 0.3s linear;
cursor: pointer; cursor: pointer;