Prechádzať zdrojové kódy

when mini width hide tile

jim 8 rokov pred
rodič
commit
86823dc3fb

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