Browse Source

fix searchlist responsive

pull/457/head
nikogu 9 years ago
parent
commit
8ea7531243
  1. 4
      src/components/StandardFormRow/index.less
  2. 9
      src/routes/List/SearchList.less

4
src/components/StandardFormRow/index.less

@ -14,6 +14,10 @@
color: @text-color;
margin-right: 0;
}
.ant-form-item-label {
padding: 0;
line-height: 32px;
}
}
.label {
color: @heading-color;

9
src/routes/List/SearchList.less

@ -41,6 +41,15 @@ a.listItemMetaTitle {
display: block;
margin-left: 0;
}
.listContent {
.extra {
& > em {
display: block;
margin-left: 0;
margin-top: 8px;
}
}
}
}
@media screen and (max-width: @screen-md) {
.selfTrigger {

Loading…
Cancel
Save