diff --git a/app/templates/v2/monthReportV2.1.html b/app/templates/v2/monthReportV2.1.html index 9f05b97fd8d2b51d0b3073285998f918c60b4eb7..771248851f5f0e3e6e83b292230e59107fb53ea2 100644 --- a/app/templates/v2/monthReportV2.1.html +++ b/app/templates/v2/monthReportV2.1.html @@ -215,7 +215,7 @@ /* 页眉 */ .page { padding: 54px 34px 10px 34px; - width: 100%; + /*width: 100%;*/ border-bottom: 1px solid #F1F1F1; overflow: hidden; } @@ -967,10 +967,10 @@ {{customer_name}} </span> <span class="cover_sir"> - {%if valueSex == "1"%} + {%if valueSex === 1%} <span>先生</span> {%endif%} - {%if valueSex == "2"%} + {%if valueSex === 2%} <span>女士</span> {%endif%} </span>