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