update TimePicker & BackTop
update TimePicker & BackTop
This commit is contained in:
parent
36628acaab
commit
2d94873892
9 changed files with 179 additions and 98 deletions
|
@ -63,7 +63,7 @@
|
|||
minutes: newVal.getMinutes(),
|
||||
seconds: newVal.getSeconds()
|
||||
});
|
||||
this.$nextTick(() => this.scrollTop());
|
||||
// this.$nextTick(() => this.scrollTop());
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -81,9 +81,6 @@
|
|||
this.date.setSeconds(date.seconds);
|
||||
this.seconds = this.date.getSeconds();
|
||||
}
|
||||
},
|
||||
scrollTop () {
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue