style(SwipeCards): adjust wrapper height and remove bottom padding
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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"
|
<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)]"
|
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)"
|
@touchstart.stop="touchStart($event, index)" @touchmove.stop.prevent="touchMove($event, index)"
|
||||||
|
|||||||
Reference in New Issue
Block a user