Commit 7f6d698f authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix autocomplete dropdown position(#2868) (#2875)

* fix dropdown style

* fix autocomplete dropdown position
parent 59de02e3
......@@ -66,6 +66,12 @@
}
},
updated() {
this.$nextTick(_ => {
this.updatePopper();
});
},
mounted() {
this.popperElm = this.$el;
this.referenceElm = this.$parent.$refs.input.$refs.input;
......
......@@ -8,7 +8,7 @@
display: inline-block;
}
@b autocomplete-suggestion {
margin: 5px 0 0;
margin: 5px 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 2px 4px 0 rgba(0,0,0,0.12);
@e wrap {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment