Explorar o código

诊断样式和化验辅检统一

Luolei %!s(int64=6) %!d(string=hai) anos
pai
achega
e7eb93c592
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  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;
 }