去掉卡片悬浮阴影

This commit is contained in:
fofolee 2024-01-22 17:07:38 +08:00
parent f78bb589cb
commit 25f5c01541

View File

@ -447,8 +447,8 @@ export default {
transition: 0.2s;
}
.wrapper:hover {
transition: 0.5s;
transform: translateY(-0.5px);
filter: drop-shadow(1px 1px 5px #0000008e);
transition: 0.2s;
transform: translateY(-3px);
/* filter: drop-shadow(1px 1px 5px #0000008e); */
}
</style>