去掉卡片悬浮阴影

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; transition: 0.2s;
} }
.wrapper:hover { .wrapper:hover {
transition: 0.5s; transition: 0.2s;
transform: translateY(-0.5px); transform: translateY(-3px);
filter: drop-shadow(1px 1px 5px #0000008e); /* filter: drop-shadow(1px 1px 5px #0000008e); */
} }
</style> </style>