diff --git a/src/components/StandardFormRow/index.less b/src/components/StandardFormRow/index.less index f1fb2f31dcdca48e937f87f2ae5b13f98b0a096c..760f84437369470a04ffaf7fc68cabd82c9d11cb 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 e52133c4097fee6321021bdce213b65f51a6939c..296ffe33f90b70de2ee5a5cf2d0f672ff83f64a6 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 {