Browse Source

Merge branch 'master' of http://git.itqy8.com/vender/P0006

master
guzhenfu 2 years ago
parent
commit
ee0378fc78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/view/overview.vue

+ 1
- 1
src/view/overview.vue View File

@@ -231,7 +231,7 @@
</div> </div>
<div v-for="(item, index) in huiyuanQiList" :key="index" <div v-for="(item, index) in huiyuanQiList" :key="index"
style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center"> style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center">
<img :src="item.aboutImgUrl"/>
<img :src="item.aboutImgUrlUrl"/>
</div> </div>
</el-card> </el-card>
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> <el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }">


Loading…
Cancel
Save