zhangxc il y a 6 ans
Parent
commit
7ced39b7f3

+ 1 - 1
src/components/icss/AddMedicalInfo.vue

@@ -605,7 +605,7 @@
           overflow: hidden;
         }
         .conceptItem:hover {
-          border: 1px solid #22ccc8;
+          background: #f5f7fa;
         }
         .termMiniClassSearch {
           z-index: 8

+ 1 - 1
src/components/icss/AddSimilarName.vue

@@ -389,7 +389,7 @@
         text-overflow: ellipsis;
       }
       li:hover{
-        border-color:#22ccc8;
+        background: #f5f7fa;
       }
     }
   }

+ 1 - 1
src/components/icss/ChronicDiseaseAdd.vue

@@ -376,7 +376,7 @@ export default {
           text-overflow: ellipsis;
         }
         li:hover {
-          border-color: @adminBase;
+          background: #f5f7fa;
         }
       }
     }