Browse Source

搜索列表显示样式更改

Luolei 6 years ago
parent
commit
c37d1cccee

+ 1 - 1
src/common/components/SearchOption/index.less

@@ -11,7 +11,7 @@
     box-shadow: 0 6px 20px 0 #989DA3;
     margin-bottom: 80px;
     .autoList {
-        max-height: 266px;
+        max-height: 225px;
         min-height: 80px;
         overflow-y: auto;
     }

+ 2 - 2
src/components/AddAssistCheck/index.less

@@ -19,8 +19,8 @@
   cursor: pointer;
 }
 .searchLi {
-    height: 44px;
-    line-height: 44px;
+    height: 36px;
+    line-height: 36px;
     padding: 0 30px;
     padding-top: 0;
     box-sizing: border-box;

+ 2 - 2
src/components/AddInspect/index.less

@@ -87,8 +87,8 @@
     display: none;
 }
 .searchLi {
-    height: 44px;
-    line-height: 44px;
+    height: 36px;
+    line-height: 36px;
     padding: 0 30px;
     padding-top: 0;
     box-sizing: border-box;