From 5cdcc302dfce81f493bf732390c432b0b9dfc64c Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 30 Aug 2023 09:24:05 +0800 Subject: [PATCH] * Change table custom btn z-index style. --- module/common/view/datatable.fix.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php index 98f40baf4f..a7c67f5adc 100644 --- a/module/common/view/datatable.fix.html.php +++ b/module/common/view/datatable.fix.html.php @@ -47,7 +47,7 @@ $(function() $dropdown.append($dropmenu) .appendTo($btnToolbar) .on('shown.zui.dropdown', function(){$btnToolbar.closest('.table-header').css('z-index', 11);}) - .on('hidden.zui.dropdown', function(){$btnToolbar.closest('.table-header').css('z-index', 5);}); + .on('hidden.zui.dropdown', function(){$btnToolbar.closest('.table-header').css('z-index', 11);}); } }; $('#main .main-table').on('tableReload', addSettingButton);