|
@@ -1502,7 +1502,7 @@ function helpValue1(v) {
|
|
|
|
|
|
$('#ribao_famliy').append($('<div class="weui-media-box weui-media-box_text" style="height: auto">\n' +
|
|
|
' <h4 class="weui-media-box__title">' + userName + ' ' + grender + ' ' + age + '</h4>\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 class="weui-media-box__desc" style="height: auto">' + familyStatus + medical + singleRoom + temperature + cough + muscle + dyspnea + fatigue + diarrhea + others + scoreRezult + workLocal + todayLocal + isTrip + tripDet + '</div>\n' +
|
|
|
' </div>\n' +
|
|
|
' '));
|
|
|
}
|