소스 검색

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

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;
       }