fix: dropdown position not correct #2359
parent
82fb9905b3
commit
1cf4e29594
|
@ -138,9 +138,10 @@ export default {
|
||||||
if (
|
if (
|
||||||
this.$refs.trigger &&
|
this.$refs.trigger &&
|
||||||
this.$refs.trigger._component &&
|
this.$refs.trigger._component &&
|
||||||
this.$refs.trigger._component.alignInstance
|
this.$refs.trigger._component.$refs &&
|
||||||
|
this.$refs.trigger._component.$refs.alignInstance
|
||||||
) {
|
) {
|
||||||
this.$refs.trigger._component.alignInstance.forceAlign();
|
this.$refs.trigger._component.$refs.alignInstance.forceAlign();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue