diff --git a/src/routes/List/SearchList.less b/src/routes/List/SearchList.less index 8ecf7b9b4c619ccfec3914d21f76bcbbcfe0f241..e52133c4097fee6321021bdce213b65f51a6939c 100644 --- a/src/routes/List/SearchList.less +++ b/src/routes/List/SearchList.less @@ -9,7 +9,6 @@ .extra { color: @text-color-secondary; margin-top: 16px; - height: 22px; line-height: 22px; & > :global(.ant-avatar) { vertical-align: top; @@ -38,11 +37,6 @@ a.listItemMetaTitle { } @media screen and (max-width: @screen-xs) { - .listContent { - & > div { - height: auto; - } - } .selfTrigger { display: block; margin-left: 0;