Angular4_Bootstrap 模态框自定义size

版权声明:本文为Martin原创文章,未经Martin允许不得转载。 https://blog.csdn.net/qq_36279445/article/details/82462326

官方文档:

https://ng-bootstrap.github.io/#/components/modal/examples#options


  openWindowCustomClass(content) {
    this.modalService.open(content, { windowClass: 'dark-modal' });
  }

在Angular中,这样写,官网的代码只能当做参考。

::ng-deep .自定义class.modal-dialog{
max-width: 90%;
width: 90%;
}

猜你喜欢

转载自blog.csdn.net/qq_36279445/article/details/82462326
今日推荐