layui弹框动态修改弹框高度
Posted zff-y
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了layui弹框动态修改弹框高度相关的知识,希望对你有一定的参考价值。
1、先获取弹框的index
var layerIndex = parent.layer.getFrameIndex(window.name);
2、在需要设置高度的地方设置高度
parent.layer.style(layerIndex, {
width: ‘460px‘,
height: ‘510px‘
});
以上是关于layui弹框动态修改弹框高度的主要内容,如果未能解决你的问题,请参考以下文章