update Select
This commit is contained in:
parent
100a98c12e
commit
8c82b6f27b
2 changed files with 4 additions and 1 deletions
|
@ -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];
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
}
|
||||
|
||||
&-dropdown-list {
|
||||
display: inline-block;
|
||||
//display: inline-block;
|
||||
min-width: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue