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.
是否可以在 Angular JS 中禁用对话框调整大小?我用谷歌搜索了很多,但仍然没有看到任何解决方案。
谢谢。
似乎,这是可能的,但通过一种笨拙的方式。
<style> md-dialog.disableVerticalScrollbar { max-height: unset !important; } </style> <md-dialog class="disableVerticalScrollbar"> ...