Parcourir la source

Merge branch 'dev/new1' of http://192.168.2.236:10080/zhouna/newICSS into dev/new1

Luolei il y a 6 ans
Parent
commit
301fb1c1e0
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/components/Emergency/index.less
  2. 1 1
      src/components/MedicalInfo/index.jsx

+ 1 - 1
src/components/Emergency/index.less

@@ -6,7 +6,7 @@
   // width: 1060px;
   // width: 1060px;
   width: 1024px;
   width: 1024px;
   // height: 700px;
   // height: 700px;
-  height: 84%;
+  height: 80%;
   position: fixed;
   position: fixed;
   top:20px; //搜索结果展示-6-26
   top:20px; //搜索结果展示-6-26
   left:50%;
   left:50%;

+ 1 - 1
src/components/MedicalInfo/index.jsx

@@ -27,7 +27,7 @@ class MedicalInfo extends Component {
           return <li key={item.conceptId}
           return <li key={item.conceptId}
                      title='点击查看详情'
                      title='点击查看详情'
                      onClick={() => getAllConceptDetail({name: item.name, type: item.type, uname: item.uniqueName})}>
                      onClick={() => getAllConceptDetail({name: item.name, type: item.type, uname: item.uniqueName})}>
-            <span>{item.name} {showDtl?"("+item.retrievalName+")":""}</span>
+            <span>{item.name}</span>
             <i>( {item.libTypeName} )</i>
             <i>( {item.libTypeName} )</i>
             {item.retrievalName&&!showDtl?<p>• {item.retrievalName}</p>:''}
             {item.retrievalName&&!showDtl?<p>• {item.retrievalName}</p>:''}
             {/*<button>查看</button>*/}
             {/*<button>查看</button>*/}