调整颜色变量和动画效果

This commit is contained in:
fofolee
2025-02-10 09:49:54 +08:00
parent ad06d35051
commit d2a93e9add
4 changed files with 19 additions and 16 deletions

View File

@@ -119,6 +119,6 @@ export default {
}
.card-wrapper-hover {
transform: scale(1.02);
transform: translateY(-1px);
}
</style>