Bladeren bron

修改输入框宽度

zhangxc 5 jaren geleden
bovenliggende
commit
a5ee9e4303
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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 =>{