jim 7 лет назад
Родитель
Сommit
86823dc3fb
1 измененных файлов с 4 добавлено и 1 удалено
  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;
+      }
     }
   }
 }