Browse Source

修改只有治疗方案存在时宽度

zhangxc 5 years ago
parent
commit
256b6a77b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/indexHorizontal.js

+ 1 - 1
src/js/indexHorizontal.js

@@ -214,7 +214,7 @@ Promise.all([getConf(),getPushInfo(),getTreatment()]).then(([res1, res2, res3])
   }
   }
   const pushHei = $('.push').height()
   const pushHei = $('.push').height()
   if(pushHei == 0) {
   if(pushHei == 0) {
-    $('.treat').css({"width":"95%"})
+    $('.treat').css({"width":"93%"})
   }
   }
   // renderRecommendInfo(warningImg, 'warning', '警惕诊断', diagWaring, true,7,2)
   // renderRecommendInfo(warningImg, 'warning', '警惕诊断', diagWaring, true,7,2)
   // renderRecommendInfo(diagImg, 'diagRecommend', '推荐诊断', diagRecommend, true,7,2)
   // renderRecommendInfo(diagImg, 'diagRecommend', '推荐诊断', diagRecommend, true,7,2)