[Update] 修改asset permission搜索

This commit is contained in:
ibuler
2019-11-18 15:18:47 +08:00
parent 030551d987
commit bfd8a9c66d
4 changed files with 23 additions and 53 deletions

View File

@@ -50,8 +50,8 @@ function initTableFilterDropdown(selector, menu) {
var offset = $(".search-help").parent().offset();
x -= offset.left;
y -= offset.top;
x += 18;
y += 80;
{#x += 18;#}
y += 30;
$('.search-help').css({"top":y+"px", "left":x+"px", "position": "absolute"});
$('.dropdown-menu.search-help').show();
});