bihuisong 5 月之前
父節點
當前提交
5c1a10bb4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhjq-ui/src/views/system/voice/index.vue

+ 1 - 1
zhjq-ui/src/views/system/voice/index.vue

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