chenrui  2 years ago
parent
commit
4990b34ca4

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

@@ -30,18 +30,18 @@
         action="10"
         :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>
 
@@ -405,6 +405,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; //修改默认的背景色
   }

+ 12 - 11
src/views/statisticalanalysis/domesticdeparture/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>
 
@@ -296,6 +296,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; //修改默认的背景色
   }

+ 1 - 1
src/views/statisticalanalysis/domesticinbound/index.vue

@@ -39,7 +39,7 @@
       layout="prev, pager, next, jumper"
       :total="total"
       :page-size="pagesize"
-      style="position: absolute; right: 0; bottom: 0"
+      style="position: absolute; right: 0; bottom: -15px"
     >
     </el-pagination>
   </div>

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

@@ -31,18 +31,18 @@
         :set="set"
         :listall="listall"
       />
-      <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>
 
@@ -430,6 +430,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; //修改默认的背景色
   }