300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > bootstrap table表格分页样式问题

bootstrap table表格分页样式问题

时间:2023-12-20 11:23:17

相关推荐

bootstrap table表格分页样式问题

bootstrap table表格分页样式问题

今天项目里用到bootstrap做列表,数据展示没问题但是分页样式一直出不来,找了半天发现是因为少引入css文件的问题

<head><meta charset="UTF-8"><title>Title</title> <link th:href="@{/static/bootstrap/bootstrap-table/dist/bootstrap-table.css}" rel="stylesheet"><link rel="stylesheet" th:href="@{/static/bootstrap/bootstrap-treeview/dist/bootstrap-treeview.min.css}" type="text/css"/><link rel="stylesheet" th:href="@{/static/bootstrap/bTabs-master/b.tabs.css}" type="text/css"/><script type="text/javascript" th:src="@{/static/js/jquery.min.js}"></script><script type="text/javascript" th:src="@{/static/bootstrap/bootstrap-treeview/dist/bootstrap-treeview.min.js}"></script><script th:src="@{/static/bootstrap/bootstrap-table/dist/bootstrap-table.js}"></script><script th:src="@{/static/bootstrap/bootstrap-table/dist/locale/bootstrap-table-zh-CN.js}"></script><script type="text/javascript" th:src="@{/static/bootstrap/bTabs-master/b.tabs.min.js}"></script></head>

最后发现是少引入了这个

<link th:href="@{/static/bootstrap/bootstrap/css/bootstrap.min.css}"

加上问题解决

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。