李志伟 3 年之前
父節點
當前提交
d719415ce7
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      src/views/components/ProjectSwiper.vue
  2. 2
    2
      src/views/projectIndex.vue

+ 1
- 1
src/views/components/ProjectSwiper.vue 查看文件

@@ -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 查看文件

@@ -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%;