uu
This commit is contained in:
parent
58c7de9557
commit
3545809c22
@ -15,10 +15,10 @@
|
||||
</view>
|
||||
</tpx-checkitems>
|
||||
</view>
|
||||
<view v-if="list.length > maxShowNum && maxShowNum > 0 && !showAll" style="padding: 6rpx;" @click="handleShowMore">
|
||||
<u-row v-if="list.length > maxShowNum && maxShowNum > 0 && !showAll" custom-style="padding: 6rpx;" @click="handleShowMore">
|
||||
<span class="font-24" style="padding-right: 6rpx;">更多</span>
|
||||
<span class="iconfont icon-arrow-down"></span>
|
||||
</view>
|
||||
</u-row>
|
||||
</u-row>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user