소스 검색

fix: APP个人信息调整

zhangying 10 달 전
부모
커밋
ecbc06d164
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      h5app/src/views/sapp/tabUser.vue

+ 9 - 0
h5app/src/views/sapp/tabUser.vue

@@ -276,7 +276,12 @@ onMounted(() => {
     position: relative;
     z-index: 2;
 
+    .user_img {
+      width: 30%;
+    }
+
     .user_text{
+      width: 44%;
       padding-left: 5px;
 
       h2 {
@@ -290,6 +295,10 @@ onMounted(() => {
         color: #899099;
       }
     }
+
+    .qr_img {
+      width: 28%;
+    }
   }
 
   .user_info::before{