Commit 00089500846d0dafe88e2f5a416fa1f69eb9602d

Authored by zhiyangdu
1 parent d01f0795

样式优化

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