shaogen1995 2 лет назад
Родитель
Сommit
07b12438e0

+ 1 - 0
hot/src/views/Home.vue

@@ -491,6 +491,7 @@ export default {
             position: relative;
             video {
               width: 96%;
+              max-height: 100%;
               height: auto;
               position: absolute;
               top: 50%;

+ 7 - 4
scene/src/views/gui/components/hotList.vue

@@ -106,14 +106,14 @@ export default {
           margin-bottom: 60px;
           border-bottom: 1px solid #f0e2c0;
         }
+        &:hover {
+          color: #d6b970;
+        }
       }
-      :hover {
+      .active {
         color: #d6b970;
       }
     }
-    .active {
-      color: #d6b970;
-    }
     &::-webkit-scrollbar-thumb {
       outline: 2px solid #d6b970;
     }
@@ -146,6 +146,9 @@ export default {
             color: #fff;
           }
         }
+        .active {
+          color: #d6b970;
+        }
       }
     }
   }

+ 1 - 1
scene/src/views/gui/components/share.vue

@@ -44,7 +44,7 @@ export default {
   computed: {},
   watch: {
     openInd(val) {
-      if (val) {
+      if (val===2) {
         if (!this.isOk) this.toImgFu();
       }
     },