From cbff8105d0f59bbe2f130f31e73a8764d1ed0a14 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Mon, 18 Feb 2019 21:59:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/js/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/index/default/js/search.js b/public/static/index/default/js/search.js index fa4c0ce0e..2b860b552 100755 --- a/public/static/index/default/js/search.js +++ b/public/static/index/default/js/search.js @@ -97,14 +97,14 @@ $(function() { $(".dd-conent").slideUp(300); $(".theme-popover-mask").hide(); - $(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"}); + $(".theme-popover").css({"position":"static", "top":0}); } }); $(document).on("click", ".theme-popover-mask", function() { $(".dd-conent").slideUp(300); $(".theme-popover-mask").hide(); - $(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"}); + $(".theme-popover").css({"position":"static", "top":0}); }); -- GitLab