直接上**:
html:
:class="">
class="contenttoggle" v-if="contentstatus" @click="contentstatus=!contentstatus">閱讀全文
css:
.bodyfont
} .bodyheight
.contenttoggle
js:data()
},mounted(),500)
},methods:else
},}效果如圖:
實現思路與注意的點:
1、獲取內容的高度www.cppcns.com要等到dom載入完成之後,在mounted里加一個settimeout函式,保證能真正獲取到
2、當內容的高度高於自己設定的要展示的高度的時候,則只限定在自己要展示的高度中,加一個class解決,注意要overflow:hidden;
本文地址: /ruanjian/j**a/215989.html