nikogu 8 лет назад
Родитель
Сommit
8ea7531243
2 измененных файлов с 13 добавлено и 0 удалено
  1. 4 0
      src/components/StandardFormRow/index.less
  2. 9 0
      src/routes/List/SearchList.less

+ 4 - 0
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 - 0
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 {