Commit 250e30a8 authored by 黄媛媛's avatar 黄媛媛
parents 601d2373 1a82c771
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
</div> </div>
</div> </div>
</div> </div>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange"
:page-size="qMsg.pageSize" layout="prev, pager, next" :total="total">
</el-pagination>
</div> </div>
<el-dialog title="手机端预览" :visible.sync="viewDialog" width="600px"> <el-dialog title="手机端预览" :visible.sync="viewDialog" width="600px">
<div class="MarketView" ref="MarketView"> <div class="MarketView" ref="MarketView">
...@@ -58,7 +61,7 @@ ...@@ -58,7 +61,7 @@
dataList: [], dataList: [],
qMsg: { qMsg: {
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 30,
IsUse: 1, IsUse: 1,
IsShow: 1, IsShow: 1,
}, },
...@@ -126,13 +129,14 @@ ...@@ -126,13 +129,14 @@
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
.templateMarket .template_comheader { .templateMarket .template_comheader {
padding: 13px 20px; padding: 13px 20px;
border-bottom: 1px solid #EBEEF5; border-bottom: 1px solid #EBEEF5;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
background: #fff; background: #fff;
margin-bottom:10px; margin-bottom: 10px;
} }
.templateMarket .template_comheader>div { .templateMarket .template_comheader>div {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment