*Fix bugs

This commit is contained in:
zenggang
2023-02-03 06:07:23 +00:00
parent 97fcb6263e
commit a6a8203769
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ body{background-color: #fff!important;}
.c-createdBy {width: 100px;}
.c-datetime {width: 130px;}
.c-status {width: 80px;}
.c-status {width: 120px;}
+7
View File
@@ -0,0 +1,7 @@
$(function()
{
var myPager = $('.pager').data('zui.pager');
myPager.options.menuDirection = 'dropdown';
myPager.set();
});