ソースを参照

诊断样式和化验辅检统一

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;
 }