hookehuyr

fix

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