ann0707
2019-01-09 912b550975a06ea7a861a021dd07eb5ec8cb543c
src/components/HomeBanner.vue
@@ -3,7 +3,7 @@
        <swiper :auto="true"
                class="home-banner-swiper"
                :show-dots="true"
                height="190px"
                height="150px"
                :loop="true"
                dots-position="center">
            <swiper-item v-for="(item, index) in lists"
@@ -43,7 +43,7 @@
    @import '../style/mixin.less';
    .home-banner-swiper {
        width: 100%;
        height: 190px;
        height: 150px;
        background-color: @color-background-default;
        .vux-swiper-item {
            img {