mirror of https://github.com/ElemeFE/element
update footer-nav
parent
74abc40bf3
commit
c5c050a52a
|
@ -30,6 +30,7 @@
|
|||
}
|
||||
|
||||
& i {
|
||||
transition: .3s;
|
||||
color: #d9def1;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
@ -37,6 +38,7 @@
|
|||
|
||||
.footer-nav-link {
|
||||
cursor: pointer;
|
||||
transition: .3s;
|
||||
|
||||
&:hover {
|
||||
color: #5e6d82;
|
||||
|
@ -101,5 +103,5 @@
|
|||
this.nav = this.nav.concat(navConfig[1].children);
|
||||
this.updateNav();
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
|
@ -183,6 +183,7 @@
|
|||
this.valueChangeBySelected = false;
|
||||
return;
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
if (this.multiple && Array.isArray(val)) {
|
||||
this.$nextTick(() => {
|
||||
this.resetInputHeight();
|
||||
|
@ -206,6 +207,7 @@
|
|||
}
|
||||
}
|
||||
this.resetHoverIndex();
|
||||
});
|
||||
},
|
||||
|
||||
selected(val) {
|
||||
|
|
Loading…
Reference in New Issue