From b508283abd0822b417e935ee447456560192e9d7 Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 18 Mar 2022 17:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/search.js b/public/home/search.js index 6e0c9ff69..70df61c68 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -729,7 +729,7 @@ function getYPosition(e){ function showTip(tip, type,left,top) { var $tip = $('#tipmsg'); var tipmsg = document.getElementById("tipmsg") - var style="z-index:10024;top:" + top + "px;left:" + left + "px;position:absolute"; + var style="z-index:10024;top:" + top + "px;left:" + left + "px;position:absolute;width:200px;height:80px"; console.log(style); tipmsg.style = style;