From 8ea7531243768708ec0a459cefbe1a47f54d11e4 Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Tue, 31 Oct 2017 15:27:57 +0800 Subject: [PATCH] fix searchlist responsive --- src/components/StandardFormRow/index.less | 4 ++++ src/routes/List/SearchList.less | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/src/components/StandardFormRow/index.less b/src/components/StandardFormRow/index.less index f1fb2f31..760f8443 100644 --- a/src/components/StandardFormRow/index.less +++ b/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; diff --git a/src/routes/List/SearchList.less b/src/routes/List/SearchList.less index e52133c4..296ffe33 100644 --- a/src/routes/List/SearchList.less +++ b/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 { -- GitLab