Browse Source

when mini width hide tile

pull/1058/head
jim 8 years ago
parent
commit
86823dc3fb
  1. 5
      src/routes/UserProfile/Userinfo/BaseView.less

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

Loading…
Cancel
Save