panhui 3 ani în urmă
părinte
comite
c289907214
3 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 1
      public/index.html
  2. 1 1
      src/views/Home.vue
  3. 1 0
      src/views/Index.vue

+ 1 - 1
public/index.html

@@ -44,7 +44,7 @@
             }
         </style>
     </head>
-    <body class="filter-gray">
+    <body>
         <noscript>
             <strong>
                 We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.

+ 1 - 1
src/views/Home.vue

@@ -1,6 +1,6 @@
 <template>
     <van-pull-refresh
-        class="home"
+        class="home filter-gray"
         success-text="加载成功"
         success-duration="500"
         v-model="isLoading"

+ 1 - 0
src/views/Index.vue

@@ -12,6 +12,7 @@
             safe-area-inset-bottom
             route
             ref="tabbar"
+            class="filter-gray"
             :class="tabClass"
         >
             <van-tabbar-item replace v-for="item in menus" :name="item.name" :to="`/${item.name}`" :key="item.name">