Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 NgbModal 的宽度调整为 80vw 但未显示。我错过了什么吗?我什至浏览了文档,但没有显示如何添加自定义大小。
下面是我的一段代码:
.modal-content { width: 80vw; }
我可以看到高度在变化。检查附加的屏幕截图。