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() {
|
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];
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue