z- to zan-

This commit is contained in:
cookfront
2017-02-28 17:19:42 +08:00
parent 048049d506
commit 86ee2eaedc
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const PopupManager = {
const modalDom = getModal();
addClass(modalDom, 'z-modal');
addClass(modalDom, 'zan-modal');
if (dom && dom.parentNode && dom.parentNode.nodeType !== 11) {
dom.parentNode.appendChild(modalDom);