|
|
@@ -7,18 +7,15 @@
|
|
|
<div class="plan-content">
|
|
|
<el-tabs tab-position="left" style="height: 5.85rem" @tab-click="tabClick">
|
|
|
<el-tab-pane :label="item.label" v-for="(item, index) in this.planList" :key="index">
|
|
|
- <template v-loading="loading">
|
|
|
+ <div v-loading="loading">
|
|
|
<el-carousel :ref="'mainCarousel' + index" :interval="5000" :autoplay="false" arrow="always" indicator-position="none">
|
|
|
<el-carousel-item v-for="(image, i) in imageList" :key="i">
|
|
|
<div class="image-wrapper">
|
|
|
<el-image :src="image" :preview-src-list="imageList" fit="cover" class="main-image" />
|
|
|
- <!-- <div class="fullscreen-btn" @click="openFullscreen(index)">
|
|
|
- <img src="@/assets/image/smart-early-warning/fullScreen.png" alt="" />
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
- </template>
|
|
|
+ </div>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</div>
|