*Fix bugs
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
var myPager = $('.pager').data('zui.pager');
|
||||
|
||||
myPager.options.menuDirection = 'dropdown';
|
||||
myPager.set();
|
||||
});
|
||||
Reference in New Issue
Block a user