wupengfei 3 years ago
parent
commit
6a7dcc06a2
2 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/view/shopro/user_wallet_apply/index.html
  2. BIN
      lmt.rar

+ 1 - 1
application/admin/view/shopro/user_wallet_apply/index.html

@@ -463,7 +463,7 @@
     <!--收款码-->
     <el-dialog custom-class="log-dialog" title="收款码" :visible.sync="wechatCodeVisible" :before-close="closeWechatCode">
         <div>
-            <img width="400px" height="400px" :src="Fast.api.cdnurl(wechatCodeUrl)"/>
+            <img max-width="400px"  :src="Fast.api.cdnurl(wechatCodeUrl)"/>
         </div>
     </el-dialog>
 

BIN
lmt.rar