|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
<!-- //swiper_wrap -->
|
|
|
|
|
|
|
|
|
|
<div class="vote_cont" >
|
|
|
|
|
<textarea class="b_content" cols='105' readOnly style="border: none;padding-left: 30px;overflow:hidden;">${model ['rm']['content']!}</textarea>
|
|
|
|
|
<textarea class="b_content" readOnly>${model ['rm']['content']!}</textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -812,6 +812,12 @@
|
|
|
|
|
$(".community_write_review").hide();
|
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
|
|
var contentHeight = $(".b_content");
|
|
|
|
|
if (contentHeight) {
|
|
|
|
|
contentHeight.each(function(){
|
|
|
|
|
$(this).height(this.scrollHeight);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|