|
@@ -53,7 +53,7 @@
|
|
|
<div class="English">SERVICE CONTENT</div>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="five">
|
|
|
- <el-carousel height="300px" :interval="5000" type="card">
|
|
|
+ <el-carousel height="300px" :interval="3000" type="card">
|
|
|
<el-carousel-item v-for="(item, index) in carouselList" :key="index">
|
|
|
<el-col :span="24" class="content" :style="`background-image: url(${item.url})`" @click="toService(item)">
|
|
|
<el-col :span="24" class="title"> {{ item.title }}</el-col>
|