Browse Source

显示条数

qukaidi 4 năm trước cách đây
mục cha
commit
cf914bb87e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -183,7 +183,7 @@
           <div slot="content" class="upper-right">
             <div
               style="display: flex; padding: 4px 15px; font-size: 14px"
-              v-for="(item, index) in fleetData.upperRight"
+              v-for="(item, index) in fleetData.upperRight.slice(0 , 10)"
               :key="index"
               :style="{
                 backgroundColor: index % 2 == 0 ? '#fafbfd' : '#FFFFFF',