黄威 5 years ago
committed by GitHub
parent
commit
7128e9d012
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      src/components/RightContent/index.less

22
src/components/RightContent/index.less

@ -60,3 +60,25 @@
}
}
}
@media only screen and (max-width: @screen-md) {
:global(.ant-divider-vertical) {
vertical-align: unset;
}
.name {
display: none;
}
.right {
position: absolute;
top: 0;
right: 12px;
.account {
.avatar {
margin-right: 3px;
}
}
.search {
display: none;
}
}
}

Loading…
Cancel
Save