Browse Source

7.21

master
fengdong777 2 years ago
parent
commit
df35b3303a
  1. 6
      supervise-crm-ui/src/views/project/projectAdd.vue

6
supervise-crm-ui/src/views/project/projectAdd.vue

@ -274,7 +274,7 @@
align="center"
>
<template slot-scope="scope">
<div class="xx">
<div class="xxx">
<img v-if="scope.row.picUrl" :src="scope.row.picUrl" alt="">
<img v-else src="../../assets/images/notAvailable.jpg" alt="" />
</div>
@ -731,11 +731,11 @@
top: 0;
left: 120px;
}
.xx{
.xxx{
width: 150px;
height: 100px;
}
.xx img{
.xxx img{
width: 100%;
height: 100%;
}

Loading…
Cancel
Save