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

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

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