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() {
// Select
if (!this.popper) return;
let x_placement = this.popper.popper.getAttribute('x-placement');
let placementStart = x_placement.split('-')[0];
let placementEnd = x_placement.split('-')[1];

View file

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