- 添加 bootstrap-table.min.css 样式文件 - 添加 bootstrap-table-export.min.js 导出功能文件- 为文档页面引入表格组件支持 - 实现表格数据展示与导出功能 - 支持响应式设计和多种 CSS 框架集成 - 添加表格排序、分页等交互功能
10 lines
664 B
CSS
10 lines
664 B
CSS
/**
|
|
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
|
|
*
|
|
* @version v1.24.1
|
|
* @homepage https://bootstrap-table.com
|
|
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
|
|
* @license MIT
|
|
*/
|
|
|
|
.bootstrap-table.bootstrap3 .fixed-table-pagination>.pagination .page-jump-to{display:inline-block}.bootstrap-table.bootstrap3 .fixed-table-pagination>.pagination .input-group-btn{width:auto}.bootstrap-table .fixed-table-pagination>.pagination .page-jump-to input{width:70px;margin-left:5px;text-align:center;float:left} |