Explorar el Código

Merge branch '1.2.1_zxc' into test

zhangxc hace 5 años
padre
commit
87f5641dc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/assertTypeDetail.js

+ 1 - 1
src/js/assertTypeDetail.js

@@ -18,7 +18,7 @@ $(function(){
 })
 function setInpWidth(){
     const winWidth = $(window).width()
-    $('.patientNumInp').css('width', winWidth-152-15 +'px')
+    $('.patientNumInp').css('width', winWidth-153-15 +'px')
 }
 setInpWidth()
 $(window).resize(function(){