css 模态引导程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 模态引导程序相关的知识,希望对你有一定的参考价值。

$('.modal').addClass('modal-wide');
$(".modal-wide").on("show.bs.modal", function() {
  var height = $(window).height() - 200;
  $(this).find(".modal-body").css("max-height", height);
});
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

以上是关于css 模态引导程序的主要内容,如果未能解决你的问题,请参考以下文章

css 模态引导程序

为啥我的模态没有显示?引导程序 4 [关闭]

css 垂直对齐引导模态

带引导模态的数据表(模态不工作)

如何增加引导模态宽度?

引导模态高度上的转换不起作用