|
@@ -67,7 +67,7 @@
|
|
|
<el-table-column label="二维码" align="center" prop="qrCodeUrl">
|
|
|
<template slot-scope="scope">
|
|
|
<el-popover placement="right" trigger="hover">
|
|
|
- <image-preview :src="scope.row.qrCodeUrl" style="width:300px;height:300px;"/>
|
|
|
+ <image-preview :src="scope.row.qrCodeUrl" style="width:300px;height:350px;"/>
|
|
|
<image-preview slot="reference" :src="scope.row.qrCodeUrl" style="max-width: 50px;max-height: 100px"/>
|
|
|
</el-popover>
|
|
|
</template>
|