vip功能测试

This commit is contained in:
liuyuan
2025-02-19 16:29:37 +08:00
parent fe907b792f
commit 346da3ec4e
27 changed files with 255 additions and 251 deletions

View File

@@ -10,7 +10,6 @@
v-for="(item, index) in dataList"
:key="item.id"
:index="index"
style="align-items: flex-start"
>
<view
:class="['titleItem', '']"
@@ -80,11 +79,9 @@ export default {
float: left !important;
padding: 20rpx 30rpx;
box-sizing: border-box;
// border-bottom: 1rpx solid #e0e0e0;
display: flex;
align-items: center;
align-items: center !important;
justify-content: space-between;
// position: relative;
}
.list_item :last-child(1) {
border-bottom: none;

View File

@@ -9,8 +9,8 @@
style="height: 100%">
<view @click="gotoDetail(item, index)" class="scroll-view-item list_item"
v-for="(item, index) in dataList" :key="indexKey ? item[indexKey] : item.id"
:index="indexKey ? item[indexKey] : index" style="align-items: flex-start">
<view :class="['titleItem', '']" :style="`width:${isNoIcon ? '100%' : 'calc(100% - 30rpx)'}`">
:index="indexKey ? item[indexKey] : index">
<view :class="['titleItem', '']">
<slot name="leftSlot" :row="item" :item="item" :index="index"> </slot>
<template v-if="isCondition">
@@ -143,6 +143,7 @@
.titleItem {
width: calc(100% - 30rpx);
justify-content: space-between;
}
/deep/.scroll-view-item:nth-child(2n-1) {