浏览代码

fix: 长势报告右滑

lxf 4 天之前
父节点
当前提交
fea039644b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/old_mini/growth_report/index.vue

+ 4 - 0
src/views/old_mini/growth_report/index.vue

@@ -34,6 +34,10 @@
                             <div class="swipe-more-tag" v-show="currentIndex < regionsData.length - 1">
                                 左滑查看更多分区
                             </div>
+                            <!-- 右滑查看更多 -->
+                            <div class="swipe-more-tag" v-show="currentIndex === regionsData.length - 1">
+                                右滑查看更多分区
+                            </div>
                         </div>
 
                         <div class="report-box">