mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
remove devDependencies of date-picker
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
scroll((direction) => {
|
||||
if (this.isHome) {
|
||||
this.hangUp = false;
|
||||
this.isFixed = false;
|
||||
this.headerStyle.transition = '';
|
||||
const threshold = 200;
|
||||
let alpha = Math.min(document.body.scrollTop, threshold) / threshold;
|
||||
|
||||
Reference in New Issue
Block a user