提交 52e69758 编写于 作者: G gongfuxiang

列表样式优化

上级 f4913494
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination @size-change="handle_size_change" @current-change="handle_current_change" :current-page="1" :page-sizes="{{ page.page_sizes }}" :page-size="page_size" layout="{{ page.page_layout }}" :total="{{ count }}" class="tr m-t-15"></el-pagination> <el-pagination @size-change="handle_size_change" @current-change="handle_current_change" :current-page="1" :page-sizes="{{ page.page_sizes }}" :page-size="page_size" layout="{{ page.page_layout }}" :total="{{ count }}" class="tr m-t-15 m-b-15"></el-pagination>
</div> </div>
{% include "../base/footer.html" %} {% include "../base/footer.html" %}
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination @size-change="handle_size_change" @current-change="handle_current_change" :current-page="1" :page-sizes="{{ page.page_sizes }}" :page-size="page_size" layout="{{ page.page_layout }}" :total="{{ count }}" class="tr m-t-15"></el-pagination> <el-pagination @size-change="handle_size_change" @current-change="handle_current_change" :current-page="1" :page-sizes="{{ page.page_sizes }}" :page-size="page_size" layout="{{ page.page_layout }}" :total="{{ count }}" class="tr m-t-15 m-b-15"></el-pagination>
</div> </div>
{% include "../base/footer.html" %} {% include "../base/footer.html" %}
......
...@@ -6,6 +6,7 @@ a { text-decoration: none; } ...@@ -6,6 +6,7 @@ a { text-decoration: none; }
img { border: 0px; } img { border: 0px; }
.oh { overflow: hidden; } .oh { overflow: hidden; }
.m-t-15 { margin-top: 15px; } .m-t-15 { margin-top: 15px; }
.m-b-15 { margin-bottom: 15px; }
.fl { float: left; } .fl { float: left; }
.fr { float: right; } .fr { float: right; }
.tl { text-align: left; } .tl { text-align: left; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册