扣分选择

master
lion 3 years ago
parent c472d438d2
commit 7fd2da56f6

@ -25,7 +25,7 @@
<view>
<scroll-view v-if="list" class="scroll-Y" scroll-y="true" :style="[style]" @scrolltolower="scrolltolower">
<view v-for="(items,index) in list" :key="index" class="wallet_list" :class="xzindex===index?'wallet_listdj':''" @click="toChecked(items,index)">
<view class="text" :style="[textStyle]"> {{items[name]||items}}</view>
<view class="text" :style="[textStyle]">{{items[name]||items}}({{items['score']+'分'||''}})</view>
<!-- <marquee behavior="" direction="">{{items[name]||items}}</marquee> -->
<view v-if="select=='radio'" style="width: 50rpx;">
<radio style="transform: scale(0.7)" value="r2" :color="color" :checked="items[id]?items[id]==item1[id]:items==item1" />
@ -350,7 +350,7 @@
}
.wallet_list {
height: 60rpx;
// height: 60rpx;
display: flex;
line-height: 60rpx;
padding: 5rpx 20rpx;
@ -359,9 +359,9 @@
.text {
text-align: left;
width: 660rpx;
overflow: hidden; //
text-overflow: ellipsis; //
white-space: nowrap; //
// overflow: hidden; //
// text-overflow: ellipsis; //
// white-space: nowrap; //
}
}

Loading…
Cancel
Save