|
|
@ -37,6 +37,7 @@ |
|
|
<el-table-column prop="policeName" label="民警姓名" header-align="center" align="center"></el-table-column> |
|
|
<el-table-column prop="policeName" label="民警姓名" header-align="center" align="center"></el-table-column> |
|
|
<el-table-column align="center" |
|
|
<el-table-column align="center" |
|
|
label="照片" |
|
|
label="照片" |
|
|
|
|
|
width="120" |
|
|
:show-overflow-tooltip="true" |
|
|
:show-overflow-tooltip="true" |
|
|
prop="policeAvatar"> |
|
|
prop="policeAvatar"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
@ -181,7 +182,7 @@ |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
.big_image { |
|
|
.big_image { |
|
|
width: 300px; |
|
|
width: 70px !important; |
|
|
height: 300px; |
|
|
height: 70px !important;; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |