hookehuyr

fix

<!--
* @Date: 2024-10-18 12:05:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-04 17:42:55
* @LastEditTime: 2024-11-04 18:01:14
* @FilePath: /hager/src/views/news/index.vue
* @Description: 文件描述
-->
......@@ -131,9 +131,9 @@ export default {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
background-color: #fff;
transition: transform 0.3s ease-in-out;
transition: transform 0.25s ease-in-out;
&:hover {
transform: scale(1.05);
transform: scale(1.01);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card-image {
......