perf: 优化modal内滚动会传播给其他组件的问题

This commit is contained in:
kuaifan 2022-05-17 18:26:17 +08:00
parent 63fa9eb9e4
commit a4a7939eae

View File

@ -245,6 +245,11 @@ body {
.ivu-modal-body {
padding: 16px 32px 2px;
overscroll-behavior: none;
* {
overscroll-behavior: none;
}
}
.ivu-modal-footer {