Browse Source

Merge branches 'master' and 'test_branch' of http://git.yvanui.com/hust/wuhan_epi

# Conflicts:
#	whepi-ui/templates/home/ribao.js
yuliang 5 years ago
parent
commit
ff10951ccb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      whepi-ui/templates/home/ribao.js

+ 2 - 2
whepi-ui/templates/home/ribao.js

@@ -1500,9 +1500,9 @@ function helpValue1(v) {
       tripDet = "出行详细:" + v.tripDet + ";"
   }
 
-  $('#ribao_famliy').append($('<div class="weui-media-box weui-media-box_text" style="height: 15vh">\n' +
+  $('#ribao_famliy').append($('<div class="weui-media-box weui-media-box_text" style="height: auto">\n' +
     '                                      <h4 class="weui-media-box__title">' + userName + '&nbsp;&nbsp;&nbsp;' + grender + '&nbsp;&nbsp;&nbsp;' + age + '</h4>\n' +
-    '                                      <p class="weui-media-box__desc" style="height: 80%">' + familyStatus + medical + singleRoom + temperature + cough + muscle + dyspnea + fatigue + diarrhea + others + scoreRezult + workLocal + todayLocal + isTrip + tripDet + '</p>\n' +
+    '                                      <div class="weui-media-box__desc" style="height: 80%">' + familyStatus + medical + singleRoom + temperature + cough + muscle + dyspnea + fatigue + diarrhea + others + scoreRezult + workLocal + todayLocal + isTrip + tripDet + '</div>\n' +
     '                                    </div>\n' +
     '                              '));
 }