update Select

This commit is contained in:
梁灏 2018-05-04 11:00:15 +08:00
parent 100a98c12e
commit 8c82b6f27b
2 changed files with 4 additions and 1 deletions

View file

@ -79,6 +79,9 @@
} }
}, },
resetTransformOrigin() { resetTransformOrigin() {
// Select
if (!this.popper) return;
let x_placement = this.popper.popper.getAttribute('x-placement'); let x_placement = this.popper.popper.getAttribute('x-placement');
let placementStart = x_placement.split('-')[0]; let placementStart = x_placement.split('-')[0];
let placementEnd = x_placement.split('-')[1]; let placementEnd = x_placement.split('-')[1];

View file

@ -222,7 +222,7 @@
} }
&-dropdown-list { &-dropdown-list {
display: inline-block; //display: inline-block;
min-width: 100%; min-width: 100%;
list-style: none; list-style: none;
} }