mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
bug fixes/add resource download url (#96)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
this.onClose && this.onClose();
|
||||
|
||||
if (this.modal) {
|
||||
if (this.modal && this.bodyOverflow !== 'hidden') {
|
||||
document.body.style.overflow = this.bodyOverflow;
|
||||
}
|
||||
this.opened = false;
|
||||
|
||||
Reference in New Issue
Block a user