소스 검색

修改只有治疗方案时治疗方案宽度(1848)

zhangxc 5 년 전
부모
커밋
18da34b050
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
   if(pushHei == 0) {
-    $('.treat').css({"width":"93%"})
+    $('.treat').css({"width":"90%"})
   }
   // renderRecommendInfo(warningImg, 'warning', '警惕诊断', diagWaring, true,7,2)
   // renderRecommendInfo(diagImg, 'diagRecommend', '推荐诊断', diagRecommend, true,7,2)