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