这是关于 Angular Material Sidenav 组件。在下面的代码中,当我增加边框半径以便它与封闭元素重叠时,该元素就会消失。
Drawer content
Main content
(无边框半径时内容可见)
(添加边框半径后内容消失)
Stackblitz:https://stackblitz.com/edit/7swnhp?file=src%2Fexample%2Fsidenav-drawer-overview-example.html
我看不到元素去了哪里,看不到任何正在应用的隐藏样式,在 DOM 中我可以看到它在那里,但它不可见。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
当我添加 border-raduis 时,它按预期工作,内容可见。