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