bug fixes/add resource download url (#96)

This commit is contained in:
杨奕
2016-09-20 21:19:50 -05:00
committed by cinwell.li
parent 56ed21df4a
commit b788476f6f
8 changed files with 14 additions and 11 deletions

View File

@@ -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;