PC端搜索框展开时间改为0.5s

master
candice 4 months ago
parent 1c853e2f11
commit 7e8f1f6a62

@ -495,7 +495,7 @@
search_input.style.display = 'none';
}
isClickingSearchButton = false;
}, 100);
}, 500);
});
search_button.addEventListener('click', function () {
e.preventDefault();

Loading…
Cancel
Save