修改bootstrap-table中的分页样式

使用bootstrap-table时,使用$("")选择器没办法选中下方的分页button按钮,可能跟它是动态生成的有关吧。

最终找到与之对应的js(bootstrap-table.js中搜索了data-toggle),将class类更换成自己定义的一个class,完成了期望的效果

修改bootstrap-table中的分页样式

var pageNumber = [Utils.sprintf(\'<span>\', this.options.paginationVAlign === \'top\' || this.options.paginationVAlign === \'both\' ? \'dropdown\' : \'dropup\'), \'<button type="button"text-decoration: underline; color: rgba(255, 0, 0, 1); font-size: 18px">myPageStyle\' + Utils.sprintf(\' btn-%s\', this.options.iconSize) + \' dropdown-toggle" data-toggle="dropdown">\', \'<span>\', $allSelected ? this.options.formatAllRows() : this.options.pageSize, \'</span>\', \' <span></span>\', \'</button>\', bootstrap.html.pageDropdown[0]];

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzxsxj.html