mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
less wait
This commit is contained in:
parent
2cc94c4adc
commit
b316c27219
@ -86,7 +86,7 @@ export default defineComponent({
|
||||
if (isScrolling.value) {
|
||||
setTimeout(() => {
|
||||
isScrolling.value = false;
|
||||
}, 1020);
|
||||
}, 600);
|
||||
}
|
||||
}
|
||||
function scrollUp() {
|
||||
|
@ -252,7 +252,7 @@ export default defineComponent({
|
||||
if (isScrolling.value) {
|
||||
setTimeout(() => {
|
||||
isScrolling.value = false;
|
||||
}, 1020);
|
||||
}, 600);
|
||||
}
|
||||
}
|
||||
watch(
|
||||
|
Loading…
Reference in New Issue
Block a user