chenrui  2 年之前
父节点
当前提交
47972fadb8
共有 1 个文件被更改,包括 12 次插入11 次删除
  1. 12 11
      src/views/statisticalanalysis/domesticinbound/index.vue

+ 12 - 11
src/views/statisticalanalysis/domesticinbound/index.vue

@@ -30,18 +30,18 @@
         :action="action"
         :set="set"
       />
-      <el-pagination
-        background
-        v-if="tableList.length > 0"
-        @size-change="handleSizeChange"
-        @current-change="handleCurrentChange"
-        layout="prev, pager, next, jumper"
-        :total="total"
-        :page-size="pagesize"
-        style="position: absolute; right: 0; bottom: 0"
-      >
-      </el-pagination>
     </div>
+    <el-pagination
+      background
+      v-if="tableList.length > 0"
+      @size-change="handleSizeChange"
+      @current-change="handleCurrentChange"
+      layout="prev, pager, next, jumper"
+      :total="total"
+      :page-size="pagesize"
+      style="position: absolute; right: 0; bottom: 0"
+    >
+    </el-pagination>
   </div>
 </template>
 
@@ -240,6 +240,7 @@ export default {
 <style lang="scss" scoped>
 .airportInfo {
   position: relative;
+  height: 100%;
   :deep(.el-pagination.is-background .el-pager li:not(.is-disabled).is-active) {
     background-color: #ac014d !important; //修改默认的背景色
   }