diff --git a/src/views/aircraft/index.vue b/src/views/aircraft/index.vue index 05b3c24..3049d41 100644 --- a/src/views/aircraft/index.vue +++ b/src/views/aircraft/index.vue @@ -372,20 +372,20 @@ export default { } } } -.pagination-container { - position: fixed; - bottom: 0; - right: 0; - left: 200px; - height: 150px; - background: white; - padding: 10px; - text-align: left; - box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); -} -.el-pagination { - padding: 2px 25px; -} +// .pagination-container { +// position: fixed; +// bottom: 0; +// right: 0; +// left: 200px; +// height: 150px; +// background: white; +// padding: 10px; +// text-align: left; +// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); +// } +// .el-pagination { +// padding: 2px 25px; +// } .app-container { padding-bottom: 60px; } diff --git a/src/views/order/loadOrder/index.vue b/src/views/order/loadOrder/index.vue index cc82b64..a482f28 100644 --- a/src/views/order/loadOrder/index.vue +++ b/src/views/order/loadOrder/index.vue @@ -174,20 +174,20 @@ export default { } } -.pagination-container { - position: fixed; - bottom: 0; - right: 0; - left: 200px; - height: 150px; - background: white; - padding: 10px; - text-align: left; - box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); -} -.el-pagination { - padding: 2px 25px; -} +// .pagination-container { +// position: fixed; +// bottom: 0; +// right: 0; +// left: 200px; +// height: 150px; +// background: white; +// padding: 10px; +// text-align: left; +// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); +// } +// .el-pagination { +// padding: 2px 25px; +// } .status-text { color: #f56c6c; diff --git a/src/views/order/settlementOrder/index.vue b/src/views/order/settlementOrder/index.vue index 235318e..35bdcec 100644 --- a/src/views/order/settlementOrder/index.vue +++ b/src/views/order/settlementOrder/index.vue @@ -159,20 +159,20 @@ export default { } } -.pagination-container { - position: fixed; - bottom: 0; - right: 0; - left: 200px; - height: 150px; - background: white; - padding: 10px; - text-align: left; - box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); -} -.el-pagination { - padding: 2px 25px; -} +// .pagination-container { +// position: fixed; +// bottom: 0; +// right: 0; +// left: 200px; +// height: 150px; +// background: white; +// padding: 10px; +// text-align: left; +// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); +// } +// .el-pagination { +// padding: 2px 25px; +// } .el-table {