tangning 5 months ago
parent
commit
e5c32fa5aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/work/detail.vue

+ 1 - 1
src/views/work/detail.vue

@@ -76,7 +76,7 @@
                     <PreviewGroup>
                       <div class="inline-block" v-for="item in detailData.repairerVo.faultImg" :key="item">
                         <Image v-if="isImg(item)" :src="item" :width="80" :height="80" />
-                        <div class="inline-block pt-29px text-center" style="width:80px;height: 80px;margin: 5px 6px 8px 0;border: 1px solid #d5d5d5;border-radius: 4px;"  v-else>
+                        <div class="inline-block pt-29px text-center" style="width:80px;height: 80px;margin: 5px 6px 8px 0;border: 1px solid #d9d9d9;"  v-else>
                           <FileZipOutlined @click="handleItemDowm(item)" :style="{fontSize: '22px', color: '#08c'}" />
                         </div>
                       </div>