Commit c463a248 authored by zhengke's avatar zhengke

no message

parent 7e4b9d8f
...@@ -64,31 +64,32 @@ ...@@ -64,31 +64,32 @@
</div> </div>
</div> </div>
</div> </div>
<div class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;"> <div style="height: 750px;overflow: auto;">
<template v-for="(item,index) in dataList"> <div class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;">
<div class="MarketIndexListBox"> <template v-for="(item,index) in dataList">
<div class="MarketIndexList bg-white rounded" @click="goToTemplate(item)"> <div class="MarketIndexListBox">
<div class="MarketIndexList-img"> <div class="MarketIndexList bg-white rounded" @click="goToTemplate(item)">
<img :src="item.CoverImg" style="width:100%;height:100%" /> <div class="MarketIndexList-img">
<img :src="item.CoverImg" style="width:100%;height:100%" />
</div>
<div class="MarketIndexList-text">{{item.Title}}</div>
</div> </div>
<div class="MarketIndexList-text">{{item.Title}}</div>
</div> </div>
</div> </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