|
@@ -100,13 +100,8 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
<div style="float: right; margin-bottom: 15px;">
|
|
<div style="float: right; margin-bottom: 15px;">
|
|
|
- <el-pagination
|
|
|
|
|
- :current-page.sync="pageParams.page"
|
|
|
|
|
- :page-size="pageParams.count"
|
|
|
|
|
- layout="prev, pager, next, jumper"
|
|
|
|
|
- :total="componentGoods.totalElements"
|
|
|
|
|
- @current-change="handleCurrentChange">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
|
|
+ <page :total="componentGoods.totalElements" :page-size="pageParams.count"
|
|
|
|
|
+ :current="pageParams.page" @childEvent="handleCurrentChange"></page>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -279,7 +274,7 @@
|
|
|
background-color: #5078cb;
|
|
background-color: #5078cb;
|
|
|
border-color: #337ab7;
|
|
border-color: #337ab7;
|
|
|
}
|
|
}
|
|
|
- <!-- 分页 -->
|
|
|
|
|
|
|
+ /*<!-- 分页 -->*/
|
|
|
.el-pagination .el-pager li.active {
|
|
.el-pagination .el-pager li.active {
|
|
|
border-color: #5078cb !important;
|
|
border-color: #5078cb !important;
|
|
|
background-color: #5078cb !important;
|
|
background-color: #5078cb !important;
|