<template> <div class="ipage-main ipage-floor-month-detail" @scroll="pageScroll"> <el-row class="ipart"> <el-col> <module mkey="itable1" :action="true" :pagination="true" icon="shuju1" :storeSearch='true' ckey="mall_ranking"></module> </el-col> </el-row> </div> </template> <script> import mixin from "@/views/iPage/common/option/mixin"; export default { mixins: [mixin], data() { return { reportType: "NewAccount", }; }, methods: {}, created() {}, mounted() {}, }; </script> <style scoped> .ipage-main{ height: auto !important; } .ipage_top { position: relative; width: 100%; display: flex; height: 30px; justify-content: space-between; } .ipage_top .tit { color: #000; font-size: 16px; font-weight: 500; line-height: 30px; display: flex; align-items: center; } .ipage_top .tit img { width: 24px; margin-right: 5px; } .ipage_top .acts { display: flex; justify-content: flex-end; align-items: center; } </style>