浏览代码

Update example height.

zhixin 11 年之前
父节点
当前提交
8ae33740a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/examples.html

+ 2 - 2
docs/examples.html

@@ -342,7 +342,7 @@
                     </label>
                     </label>
                 </div>
                 </div>
                 <div class="bs-example">
                 <div class="bs-example">
-                    <table id="table-pagination" data-toggle="table" data-url="data2.json" data-height="246" data-pagination="true" data-search="true">
+                    <table id="table-pagination" data-toggle="table" data-url="data2.json" data-height="400" data-pagination="true" data-search="true">
                         <thead>
                         <thead>
                             <tr>
                             <tr>
                                 <th data-field="state" data-checkbox="true"></th>
                                 <th data-field="state" data-checkbox="true"></th>
@@ -491,7 +491,7 @@
                             $('#table-javascript').bootstrapTable({
                             $('#table-javascript').bootstrapTable({
                                 method: 'get',
                                 method: 'get',
                                 url: 'data2.json',
                                 url: 'data2.json',
-                                height: 300,
+                                height: 400,
                                 striped: true,
                                 striped: true,
                                 pagination: true,
                                 pagination: true,
                                 pageSize: 50,
                                 pageSize: 50,