Browse Source

style(CompanyStrength): 移除轮播图的 motion-blur属性

- 在 el-carousel 组件中删除了 motion-blur 属性,以调整轮播图的视觉效果
nahida 11 months ago
parent
commit
d2e3dc4e7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Common/CompanyStrength/index.vue

+ 1 - 1
src/views/Common/CompanyStrength/index.vue

@@ -20,7 +20,7 @@
       {{item}}
     </div>
   </div>
-    <el-carousel height="500px" motion-blur class="w-1800 lg:w-1500 m-auto hidden lg:block">
+    <el-carousel height="500px" class="w-1800 lg:w-1500 m-auto hidden lg:block">
       <el-carousel-item v-for="(item,index) in tempList" :key="index">
         <div class="w-1800 lg:w-1500 m-auto pt-50 pb-50 carouselContianer" v-html="item"></div>
       </el-carousel-item>