Commit 4e47b7ea authored by 黄奎's avatar 黄奎

页面修改

parent 959eb487
...@@ -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">
...@@ -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