瀏覽代碼

Merge branch 'ChronicMag' of http://192.168.2.236:10080/zhouna/newICSS into ChronicMag

zhangxc 6 年之前
父節點
當前提交
55bcaa92c7
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/components/DiagResultSearch/index.less

+ 4 - 3
src/components/DiagResultSearch/index.less

@@ -41,14 +41,15 @@
 // }
 
 .search-result {
-    max-height: 266px;
     overflow-y: auto;
+    max-height: 225px;
+    min-height: 80px;
 }
 
 .search-result-item {
     padding: 0 30px;
-    height: 44px;
-    line-height: 44px;
+    height: 36px;
+    line-height: 36px;
     cursor: pointer;
 }