首页修改

This commit is contained in:
XaoLi717 2024-10-24 11:17:32 +08:00
parent 9b117f1c01
commit 5b6ae49315

View File

@ -17,7 +17,7 @@
</div>
</template>
<el-skeleton :loading="loading" animated>
<el-card shadow="never" style="margin-bottom: 10px;height: 300px">
<el-card shadow="never" style="margin-bottom: 5px;height: 330px">
<el-carousel :interval="4000" height="300px" motion-blur @change="handleCarouselChange">
<el-carousel-item v-for="item in filteredList" :key="item.imgId">
<el-image style="width: 100%; height: 100%" :src="imgUrl+item.imgImg" alt="无图片" :title="item.imgName"/>