panhui 3 rokov pred
rodič
commit
1d5807ddae
1 zmenil súbory, kde vykonal 8 pridanie a 6 odobranie
  1. 8 6
      src/views/Discover.vue

+ 8 - 6
src/views/Discover.vue

@@ -293,8 +293,8 @@ export default {
                     .filter(item => {
                     .filter(item => {
                         return item.collections && item.collections.length > 0;
                         return item.collections && item.collections.length > 0;
                     });
                     });
-            }else{
-                return this.list
+            } else {
+                return this.list;
             }
             }
         }
         }
     },
     },
@@ -618,7 +618,7 @@ export default {
 }
 }
 
 
 .menu {
 .menu {
-    padding: 16px 16px 26px;
+    padding: 16px 16px 16px;
     .menu-con {
     .menu-con {
         display: flex;
         display: flex;
         justify-content: space-between;
         justify-content: space-between;
@@ -740,17 +740,19 @@ export default {
 
 
 /deep/.van-tab {
 /deep/.van-tab {
     color: #fff;
     color: #fff;
-    flex: 0;
+    // flex: 0;
     // padding: 20px;
     // padding: 20px;
     flex-shrink: 0;
     flex-shrink: 0;
     // min-width: 74px;
     // min-width: 74px;
     font-size: 16px;
     font-size: 16px;
-    margin-right: 30px !important;
+    flex-grow: 1 !important;
+    margin-right: 0 !important;
+    // margin-right: 30px !important;
     &.van-tab--active {
     &.van-tab--active {
         color: @prim;
         color: @prim;
     }
     }
 }
 }
-/deep/.van-tab:last-child{
+/deep/.van-tab:last-child {
     margin-right: 0px !important;
     margin-right: 0px !important;
 }
 }
 .casting {
 .casting {