1,改变bootstrap 的宽与高,
将style=“height:900px”放在<div class = "modal-dialog">或者更外层上,整个模态框的高度不会发生变化
(只有放在content 的样式里面才生效)
2)宽度
将style=“width:900px”放在<div class = "modal-dialog">会引起整个模态框的宽度发生变化,且模态框如原先居中显示
若将样式设置在content 里面,则不会自动居中
原文地址:https://www.cnblogs.com/aashui/p/9398962.html
时间: 2024-11-10 14:54:43