模态未正确打开。 以下是截图:screen shot
这是我的package.json "依赖":{ "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", "":" ^ 5.2.0", " @ ng-bootstrap / ng-bootstrap":" ^ 1.0.0", " angular4-slimscroll":" ^ 1.0.5", " bootstrap":" ^ 4.0.0", " core-js":" ^ 2.4.1", " rxjs":" ^ 5.5.6", " zone.js":" ^ 0.8.19" },
找到导致问题的因素: 对于我的应用程序,当打开模态时,dom元素中没有与模态相关的类。检查下面的图片: my example dom
虽然在ng-bootstrap托管示例中是demo,但dom元素如下:
dopm from ng-bootstrap modal demo
任何帮助将不胜感激。
答案 0 :(得分:1)
通过在style.scss文件
中应用此css类,它对我有用.modal-open .modal
{
opacity: 1;
}