使用van-dialog给页面加弹出框,页面内容过多,内容超出弹出框的解决办法

 

<van-dialog v-model="show" class="num" confirm-button-text="关闭" style="max-height: 70%!important;overflow: auto">
        <table>
            <tr >
               <td></td>
            </tr>
          </table>
      </van-dialog>

 

 

只需加入style的内容即可,max-height控制弹出框占页面的高度

 

posted @ 2021-10-12 17:17  埃菲尔上的加菲猫  阅读(1448)  评论(0编辑  收藏  举报