parent
e3e8335fae
commit
d509d2b2af
4 changed files with 61 additions and 88 deletions
|
@ -479,7 +479,7 @@
|
|||
this.query = query;
|
||||
}
|
||||
},
|
||||
ready () {
|
||||
compiled () {
|
||||
if (!this.multiple && this.filterable && this.model) {
|
||||
this.findChild((child) => {
|
||||
if (this.model === child.value) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
vertical-align: middle;
|
||||
color: @text-color;
|
||||
font-size: @font-size-base;
|
||||
position: relative;
|
||||
//position: relative;
|
||||
line-height: normal;
|
||||
|
||||
&-selection {
|
||||
|
@ -18,6 +18,7 @@
|
|||
outline: none;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
background-color: #fff;
|
||||
border-radius: @btn-border-radius;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue