瀏覽代碼

诊断样式和化验辅检统一

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

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

@@ -41,13 +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;
 }