diff --git a/src/components/RightContent/index.less b/src/components/RightContent/index.less index fb2df6bc..1ad28563 100644 --- a/src/components/RightContent/index.less +++ b/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; + } + } +}