Browse Source

style: 🎨 修改

pull/27/head
姜鑫 2 years ago
parent
commit
cb6286d44f
  1. 2
      src/components/ScrollList/ScrollList.vue

2
src/components/ScrollList/ScrollList.vue

@ -1,5 +1,5 @@
<template> <template>
<div class="flex relative rounded-xl overflow-hidden border border-solid border-white bg-[rgba(245,245,245,0.60)] mx-10">
<div class="flex h-[936px] relative rounded-xl overflow-hidden border border-solid border-white bg-[rgba(245,245,245,0.60)] mx-10">
<div class="swiper-containers py-5 w-[1840px]"> <div class="swiper-containers py-5 w-[1840px]">
<Swiper <Swiper
v-if="chunkList.length" v-if="chunkList.length"

Loading…
Cancel
Save