提交 b7c7250b authored 作者: Anix's avatar Anix

修改首页精品展动画中的bug

上级 f9b244c9
......@@ -2,7 +2,7 @@
<div class="boutique">
<el-carousel
class="slider"
autoplay
:autoplay="false"
arrow="nerver"
@change="handleCarouselChange"
:interval="5000"
......
......@@ -63,7 +63,7 @@ export default {
},
},
methods: {
handleChange(i) {
handleChange(i) {
let list = this.list;
let first = list[0];
......@@ -78,11 +78,6 @@ export default {
this.$emit('setSwiper', i)
}
},
/* mounted() {
setTimeout(() => {
this.animate();
}, 6000);
}, */
};
</script>
......
......@@ -67,7 +67,7 @@ export default {
left: 0;
}
.archaeology {
bottom: 55px;
bottom: 48px;
right: 0;
width: 1336px;
height: 340px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论