shaogen1995 3 лет назад
Родитель
Сommit
cc90ec18f4
3 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      web/src/components/eight.vue
  2. 2 0
      web/src/components/seven.vue
  3. 1 0
      web/src/views/stair/index.vue

+ 1 - 0
web/src/components/eight.vue

@@ -228,6 +228,7 @@ export default {
       padding-bottom: 20px;
       border-bottom: 1px solid #bfb094;
       & > img {
+        min-width: 220px;
         width: 220px;
         height: 157px;
         object-fit: cover;

+ 2 - 0
web/src/components/seven.vue

@@ -158,6 +158,7 @@ export default {
 }
 
 .swiper-slide img {
+  cursor: pointer;
   width: 100%;
   height: 100%;
   object-fit: cover;
@@ -207,6 +208,7 @@ export default {
       padding-bottom: 20px;
       border-bottom: 1px solid #bfb094;
       & > img {
+        min-width: 220px;
         width: 220px;
         height: 157px;
         object-fit: cover;

+ 1 - 0
web/src/views/stair/index.vue

@@ -277,6 +277,7 @@ export default {
         height: 51px;
       }
       .hoverInco {
+        pointer-events: none;
         opacity: 0;
         transform: translateY(10px);
         transition: all 0.5s;