jwyu 3 years ago
parent
commit
eb156b6705
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages-report/reportList.vue

+ 2 - 2
pages-report/reportList.vue

@@ -1,5 +1,5 @@
 <template>
-  <view class="report-list-page">
+    <view class="report-list-page">
         <van-sticky style="background: #fff">
             <view class="flex search-wrap">
                 <van-search
@@ -26,7 +26,7 @@
                 </view>
             </view>
         </view>
-  </view>
+    </view>
 </template>
 
 <script>