Commit 00089500846d0dafe88e2f5a416fa1f69eb9602d

Authored by zhiyangdu
1 parent d01f0795

样式优化

src/components/swiper/swiper.less
... ... @@ -43,11 +43,11 @@
43 43 opacity: unset;
44 44 border-radius: 50%;
45 45 &.van-swipe__indicator--active {
46   - background-color: rgba(255, 207, 87, 1);
  46 + background:rgba(252,21,65,1);
47 47 width: 16px;
48 48 border-radius: 4px;
49 49 }
50 50 }
51 51 }
52 52 }
53   -}
54 53 \ No newline at end of file
  54 +}
... ...
src/components/swiper/swiper.vue
... ... @@ -21,7 +21,7 @@
21 21 export default {
22 22 data() {
23 23 return {
24   - showIndicators: false
  24 + showIndicators: true
25 25 }
26 26 },
27 27 props: ["swipers"],
... ...