From 60567b1b3fbb19334ee794b70e4794527a967d5d Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 06 十月 2023 09:05:49 +0800 Subject: [PATCH] # --- components/z-data-list/z-data-list.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/z-data-list/z-data-list.vue b/components/z-data-list/z-data-list.vue index 813a4c4..7689e4a 100644 --- a/components/z-data-list/z-data-list.vue +++ b/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; -- Gitblit v1.9.1