hookehuyr

fix

<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-01-02 17:35:20
* @LastEditTime: 2025-01-03 10:05:48
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
......@@ -320,9 +320,10 @@ export default {
.carousel-img-test{
width: 49%;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-size: contain;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
height: 25vw;
&:hover {
cursor: zoom-in;
......