【发布时间】:2020-04-15 04:57:16
【问题描述】:
你好朋友,我正在使用 Bootstrap-vue 来显示我从数据库中查询的数据,我希望它显示像这样enter image description here
那我该怎么办。请告诉我你是否知道如何解决它,这是我的代码
<b-table
:items="search_transfer"
:fields="columnsheader"
:current-page="currentPage"
:per-page="perPage"
class="tbsearch"
></b-table>
这就是我得到的。 enter image description here
【问题讨论】:
-
你是不是用
tbsearch类来控制overflow-y
标签: html css vue.js bootstrap-4 bootstrap-vue