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;