fix
parent
63ff2f83aa
commit
9f47ad14d7
|
@ -70,7 +70,7 @@ export default {
|
||||||
if (!transitionName && props.animation) {
|
if (!transitionName && props.animation) {
|
||||||
transitionName = `${props.prefixCls}-${props.animation}`
|
transitionName = `${props.prefixCls}-${props.animation}`
|
||||||
}
|
}
|
||||||
return 'rc-trigger-popup-zoom'
|
return transitionName
|
||||||
},
|
},
|
||||||
|
|
||||||
getClassName (currentAlignClassName) {
|
getClassName (currentAlignClassName) {
|
||||||
|
@ -152,7 +152,7 @@ export default {
|
||||||
const props = this.$props
|
const props = this.$props
|
||||||
let maskElement
|
let maskElement
|
||||||
if (props.mask) {
|
if (props.mask) {
|
||||||
const maskTransition = this.getMaskTransitionName() || 'fade'
|
const maskTransition = this.getMaskTransitionName()
|
||||||
maskElement = (
|
maskElement = (
|
||||||
<LazyRenderBox
|
<LazyRenderBox
|
||||||
v-show={props.visible}
|
v-show={props.visible}
|
||||||
|
|
Loading…
Reference in New Issue