From 9f47ad14d7f81a284b6cbe161abc56a2f44ee308 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 27 Dec 2017 16:45:32 +0800 Subject: [PATCH] fix --- components/trigger/Popup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/trigger/Popup.vue b/components/trigger/Popup.vue index 9d98b6b26..0cf28f7b5 100644 --- a/components/trigger/Popup.vue +++ b/components/trigger/Popup.vue @@ -70,7 +70,7 @@ export default { if (!transitionName && props.animation) { transitionName = `${props.prefixCls}-${props.animation}` } - return 'rc-trigger-popup-zoom' + return transitionName }, getClassName (currentAlignClassName) { @@ -152,7 +152,7 @@ export default { const props = this.$props let maskElement if (props.mask) { - const maskTransition = this.getMaskTransitionName() || 'fade' + const maskTransition = this.getMaskTransitionName() maskElement = (