|
|
|
@ -134,19 +134,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {}
|
|
|
|
return {}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
prev() {
|
|
|
|
|
|
|
|
this.$refs.carousel.prev();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
next() {
|
|
|
|
prev() {
|
|
|
|
this.$refs.carousel.next();
|
|
|
|
this.$refs.carousel.prev();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
next() {
|
|
|
|
|
|
|
|
this.$refs.carousel.next();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
|
|
<style lang="scss">
|
|
|
|
.ant-carousel .slick-slide {
|
|
|
|
.ant-carousel .slick-slide {
|
|
|
|
|