瀏覽代碼

when mini width hide tile

jim 7 年之前
父節點
當前提交
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;
+      }
     }
   }
 }