当前位置:  开发笔记 > 前端 > 正文

angular-bootstrap-ui模态大小不起作用

如何解决《angular-bootstrap-ui模态大小不起作用》经验,为你挑选了2个好方法。

如何在大尺寸上调整角度ui bootstrap模式它看起来它不起作用?通过doc页面,它足以添加大小属性https://github.com/angular-ui/bootstrap/tree/master/src/modal/docs,当我尝试添加size ='lg'时(使用ui-bootstrap)版本0.10.0)进入example.js在官方页面的plunker中打开函数它不起作用http://plnkr.co/edit/lNqi9T8HRUHzcleY68KB?p=preview



1> MBielski..:

我从来没有幸运过这个功能.我们只是使用windowClass属性向模态添加一个类,它都可以工作.

CSS
.full .modal-dialog{
    width:auto;
    margin-left:20px;
    margin-right:20px;
}

$modal.open({
   template:'blah.htm',
   windowClass:'full'
   controller:'blahCntrl'
});



2> pkozlowski.o..:

它"不起作用",因为引入此功能的提交(https://github.com/angular-ui/bootstrap/commit/976f6083e8485333612b05c023a3c490404543f0)尚未发布,因此它不是官方0.10的一部分. 0发布.

您需要等待0.11.0版本(希望本周末)或者从master分支构建您自己的版本,如下所述:https://github.com/angular-ui/bootstrap#development

推荐阅读
和谐啄木鸟
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有