浏览代码

优化生成的二维码未居中问题

t_finder 1 月之前
父节点
当前提交
2cd85261fc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/activity/invite-user/components/SharePopup.vue

+ 1 - 0
pages/activity/invite-user/components/SharePopup.vue

@@ -220,6 +220,7 @@ export default {
     .qrcode-img{
 
       .qrcode{
+        display: flex;
         width: 190px;
         height: 190px;
       }