Browse Source

Merge branch 'test' of http://192.168.2.236:10080/zhouna/AIPlatform into test

luolei 5 years ago
parent
commit
b43e1cc1ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/assertTypeDetail.js

+ 1 - 1
src/js/assertTypeDetail.js

@@ -17,7 +17,7 @@ $(function(){
 
 })
 const filterBoxWidth = $('.filterBox').width()
-$('.patientNumInp').css('width', filterBoxWidth-82-15 +'px')
+$('.patientNumInp').css('width', filterBoxWidth-83-15 +'px')
 function getList(type){
     if(!type){
         post(api.getEntryByHospital,{}).then(res =>{