HTML部分:

<button type="Button" class="layui-btn layui-btn-normal" id="btnThreme" lay-filter="data-search-btn" style="margin-left:40px;">查看</button>

        $("#btnThreme").click(function () {
            var w = ($(window).width() * 0.9);
            var h = ($(window).height() - 40);

            layer.open({
                resize: false,
                title: '目标视图的新标题',
                shadeClose: true,
                area: [w + 'px', h + 'px'],
                type: 2,
                content: '../SuperVisor/Theme/Index',
                success: function (layero, index) {
                    var body = layer.getChildFrame('body', index);
                    
                }
            });
            return false;
        });

效果:
在这里插入图片描述

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐