Kaynağa Gözat

Merge branch '1.2.1_zxc' into test

zhangxc 5 yıl önce
ebeveyn
işleme
87f5641dc6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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(){