Browse Source

when mini width hide tile

jim 7 năm trước cách đây
mục cha
commit
86823dc3fb
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/routes/UserProfile/Userinfo/BaseView.less

+ 4 - 1
src/routes/UserProfile/Userinfo/BaseView.less

@@ -2,7 +2,7 @@
 
 .baseView {
   display: flex;
-  margin-top: 12px;
+  padding-top: 12px;
 
   .left {
     max-width: 448px;
@@ -44,6 +44,9 @@
       flex-direction: column;
       align-items: center;
       max-width: 448px;
+      .avatar_title {
+        display: none;
+      }
     }
   }
 }