Commit 44b15d3c authored by clone's avatar clone

bug

parent 4830f68d
......@@ -24,7 +24,7 @@ function add_page (total_list, page_no, page_size, methodName) {
methodName (api.getCurrent ());
}
});
var str = '<span style="float: left;min-width: 250px !important;text-align: left !important;">' +
var str = '<span style="float: left;min-width: 250px !important;text-align: left !important;" class ="move-block">' +
'每页显示' + page_size + '条 | 共' + total_list + '条</span>';
$ ('#pagediv').append (str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment