我正在使用 Angular 6 和 Material 6,我需要将margin-bottom: 20px设置为小吃吧。我遇到的问题是当一个关闭而另一个打开时动画重叠。我该如何解决?
1)正确的方式(网络示例)。当必须显示新消息时,小吃栏会完全消失,然后才会出现新消息(https://scud.herokuapp.com/book)
2)我的代码(坏)
示例:转到官方小吃店示例(https://stackblitz.com/angular/qyllrqbvykv?file=styles.css)。转到“style.css”并添加这段代码并多次单击按钮。
.cdk-overlay-pane {
margin-bottom: 10px !important;
}