jQuery MiniUI

 找回密码
 立即注册
查看: 1652|回复: 0
打印 上一主题 下一主题

mini.open自适应问题 [复制链接]

Rank: 8Rank: 8

楼主
发表于 2017-9-25 09:30:27 |显示全部楼层
可以这样处理
.showMaxCenter
    {
        width:100% !important;  
        height:100% !important;
        left:0px !important;
        top:0px !important;
        right:0px !important;
        bottom:0px !important;
    }
    var win = mini.open({
                url: ".....",
                title: "选择列表",              
                cls: 'showMaxCenter'
            });

            win.max();
        }

Archiver|普加软件

GMT+8, 2024-5-27 13:05 , Processed in 1.064037 second(s), 10 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部