소스 검색

Merge branch 'ChronicMag_zxc' into dev

zhangxc 6 년 전
부모
커밋
1266cc3761
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/icss/AddMedicalMultRelation.vue

+ 2 - 1
src/components/icss/AddMedicalMultRelation.vue

@@ -306,7 +306,7 @@ import api from '@api/icss.js';
   height: 300px;
   display: none;
   background: #fff;
-  box-shadow: 0 8px 20px 0 rgba(131,136,142,0.20);
+  border: 1px solid #ccc;
   text-align: center;
   z-index: 2;
 }
@@ -333,6 +333,7 @@ import api from '@api/icss.js';
   line-height: 34px;
   text-align: left;
   padding: 0 15px;
+  cursor: pointer;
 }
 .conceptItem:hover {
   background: #f5f7fa;