Commit c463a248 authored by zhengke's avatar zhengke

no message

parent 7e4b9d8f
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="height: 750px;overflow: auto;">
<div class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;"> <div class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;">
<template v-for="(item,index) in dataList"> <template v-for="(item,index) in dataList">
<div class="MarketIndexListBox"> <div class="MarketIndexListBox">
...@@ -77,18 +78,18 @@ ...@@ -77,18 +78,18 @@
</template> </template>
</div> </div>
<div class="q-mt-lg row" style="justify-content: center;"> <div class="q-mt-lg row" style="justify-content: center;">
<!-- hide-on-single-page -->
<el-pagination <el-pagination
background background
v-model:current-page="currentPage" v-model:current-page="currentPage"
v-model:page-size="queryObj.pageSize" v-model:page-size="queryObj.pageSize"
:page-sizes="[10, 20, 30, 40, 50, 100]" :page-sizes="[10, 20, 30, 40, 50, 100]"
:small="small" small
layout="sizes, prev, pager, next" layout="sizes, prev, pager, next"
:total="queryObj.totalCount" :total="queryObj.totalCount"
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"/>
hide-on-single-page </div>
/>
</div> </div>
</div> </div>
</div> </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