简历相关
This commit is contained in:
@@ -67,7 +67,7 @@ html {
|
||||
}
|
||||
|
||||
.btn-feel {
|
||||
transition: transform 0.18s ease;
|
||||
transition: transform 0.15s ease;
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ export const navTo = function(url, {
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
isJumping=false
|
||||
}, 190);
|
||||
}, 170);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ export const navTo = function(url, {
|
||||
url: finalUrl
|
||||
});
|
||||
isJumping=false
|
||||
}, 190);
|
||||
}, 170);
|
||||
};
|
||||
|
||||
export const navBack = function({
|
||||
|
||||
Reference in New Issue
Block a user