|
@@ -2,7 +2,7 @@
|
|
|
<div class="swiperBox">
|
|
|
<el-carousel style="width: 100%; margin: 5vh 0" trigger="click" type="card" height="80vh" :autoplay="false" indicator-position="none" :initial-index="1" arrow="none" @change="changeSwiper">
|
|
|
<!-- card-1 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)"> -->
|
|
|
<el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
|
<p class="itemTitle">
|
|
@@ -18,6 +18,8 @@
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<!-- card-2 -->
|
|
|
<el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
@@ -49,7 +51,7 @@
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)"> -->
|
|
|
<!-- card-4 -->
|
|
|
<!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
@@ -105,7 +107,7 @@
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
<!-- card-3 -->
|
|
|
- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
+ <!-- <el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)"> -->
|
|
|
<!-- card-6 -->
|
|
|
<el-carousel-item style="padding: 20px; background: rgb(4, 12, 11)">
|
|
|
<div class="itemBox">
|
|
@@ -144,7 +146,7 @@
|
|
|
<!-- <i class="itemMoreBtn el-icon-more" @click="jumpUrl('/realSearch')"></i> -->
|
|
|
</p>
|
|
|
<div class="df-table">
|
|
|
- <ComTable height="30vh" :data="tableData3" >
|
|
|
+ <ComTable height="30vh" :data="tableData3" ></ComTable>
|
|
|
<ComTable height="30vh" :data="tableData4" :pageSize="20">
|
|
|
</ComTable>
|
|
|
</div>
|