黄威
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
22 additions and
0 deletions
-
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; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|