style(SwipeCards): adjust wrapper height and remove bottom padding

This commit is contained in:
duanshuwen
2026-06-27 19:36:07 +08:00
parent 16fd2bbdbf
commit d4d9f21275

View File

@@ -1,5 +1,5 @@
<template>
<div class="h-[308px] pb-[12px] relative mt-[12px]">
<div class="h-[290px] relative mt-[12px]">
<div class="h-[277px] rounded-[20px] shadow-[0_8px_8px_rgba(0_0_0_0.08)] absolute overflow-hidden"
v-for="(card, index) in list" :key="card.__uid" :style="[itemStyle(index, card), transformStyle(index, card)]"
@touchstart.stop="touchStart($event, index)" @touchmove.stop.prevent="touchMove($event, index)"