李志伟 3 anos atrás
pai
commit
d719415ce7

+ 1
- 1
src/views/components/ProjectSwiper.vue Ver arquivo

@@ -2,7 +2,7 @@
2 2
   <div style="height: 100%">
3 3
     <swiper :options="options">
4 4
       <swiper-slide v-for="(item, index) in list" :key="item.image" @click.native="$emit('clickItem', index)">
5
-          <pure-image :bg-image="item.image"></pure-image>
5
+          <pure-image bg-color="#ededed" :bg-image="item.image"></pure-image>
6 6
       </swiper-slide>
7 7
     </swiper>
8 8
     <div class="project-swiper-pagination"></div>

+ 2
- 2
src/views/projectIndex.vue Ver arquivo

@@ -145,8 +145,8 @@ export default {
145 145
       z-index: 500;
146 146
       right: 10px;
147 147
       bottom: -24px;
148
-      width: 96px;
149
-      height: 88px;
148
+      width: 76px;
149
+      height: 68px;
150 150
 
151 151
       img {
152 152
         width: 100%;