Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
b508283abd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/search.js

+ 1
- 1
public/home/search.js View File

@@ -729,7 +729,7 @@ function getYPosition(e){
function showTip(tip, type,left,top) { function showTip(tip, type,left,top) {
var $tip = $('#tipmsg'); var $tip = $('#tipmsg');
var tipmsg = document.getElementById("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); console.log(style);
tipmsg.style = style; tipmsg.style = style;




Loading…
Cancel
Save