vue.js中弹框加滚动条
时间:2020-01-15 17:50:04
收藏:0
阅读:621
<mt-popup v-model="popupVisible" popup-transition="popup-fade" style="max-height: 80%!important;overflow: auto">
<mt-radio v-model="model" :options="options" @change=onChange></mt-radio>
</mt-popup>
style中的内容,可以根据需求调整所需高度
动态添加高度吧算
<div class="bgsyj" :style="{‘height‘:( (comments.length + 1) * 60 +200)+‘px‘}">
原文:https://www.cnblogs.com/BKhp/p/12197880.html
评论(0)