From a81164dfb5529ffc669afac3a6a1572caf43f263 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 22 五月 2024 21:00:19 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/content/components/carousel.vue | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/src/books/content/components/carousel.vue b/src/books/content/components/carousel.vue index dca5048..fa838f4 100644 --- a/src/books/content/components/carousel.vue +++ b/src/books/content/components/carousel.vue @@ -1,18 +1,6 @@ <template> <div> - <el-carousel - :interval="3000" - :type="imgList?.length > 2 ? 'card' : ''" - indicator-position="none" - :height="settingHeight != '' ? settingHeight : '350px'" - > - <el-carousel-item v-for="(item, i) in imgList" :key="i"> - <div class="imgCarousel"> - <el-image :src="item.url" :preview-src-list="srcList" :fit="'fill'"/> - <span v-if="item.name" class="medium">{{ item.name }}</span> - </div> - </el-carousel-item> - </el-carousel> + </div> </template> <script> -- Gitblit v1.9.1