Browse Source

修改轮播图

zs 1 year ago
parent
commit
6f80caba6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/components/service.vue

+ 1 - 1
src/views/home/components/service.vue

@@ -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>