#
whycq
2023-10-06 60567b1b3fbb19334ee794b70e4794527a967d5d
components/z-data-list/z-data-list.vue
@@ -10,7 +10,7 @@
         <view class="main-right">
            <view class="list-options">
               <view class="list-number">1</view>
               <view class="abdb"> > </view>
               <view class="abdb" @click="goDetail()"> > </view>
            </view>
         </view>
      </view>
@@ -29,6 +29,10 @@
               {},
            ]
         };
      },
      methods: {
         goDetail() {
         }
      }
   }
</script>
@@ -65,8 +69,8 @@
   }
   .list-number {
      position: absolute;
      right: 30px;
      top: 20px;
      right: 10px;
      top: 5px;
   }
   .abdb {
      flex: 0;