diff --git a/src/components/drawers/TestManage.vue b/src/components/drawers/TestManage.vue index cbda107b..f6a50e3a 100644 --- a/src/components/drawers/TestManage.vue +++ b/src/components/drawers/TestManage.vue @@ -78,17 +78,19 @@ @expand="expandTable" :pagination="false" /> -
- +
+
+ +
@@ -522,21 +524,23 @@ export default { > td { background: #f6f9fd; } - .pa { - // left: 0; - margin-top: 15px; - width: 100%; - // height: 20px; - // background-color: red; - display: flex; - justify-content: center; - // position: absolute; - // bottom: 20px; - .ant-pagination-prev, - .ant-pagination-next, - .ant-pagination-item, - .ant-pagination-options { - margin-bottom: 10px; + .tableBox { + .pa { + // left: 0; + margin-top: 15px; + width: 100%; + // height: 20px; + // background-color: red; + display: flex; + justify-content: center; + // position: absolute; + // bottom: 20px; + .ant-pagination-prev, + .ant-pagination-next, + .ant-pagination-item, + .ant-pagination-options { + margin-bottom: 10px; + } } } } diff --git a/src/components/drawers/TimeManage.vue b/src/components/drawers/TimeManage.vue index 6ff7d02a..20b6590b 100644 --- a/src/components/drawers/TimeManage.vue +++ b/src/components/drawers/TimeManage.vue @@ -74,17 +74,19 @@ @expand="expandTable" :pagination="false" /> -
- +
+
+ +
@@ -479,21 +481,23 @@ export default { > td { background: #f6f9fd; } - .pa { - // left: 0; - margin-top: 15px; - width: 100%; - // height: 20px; - // background-color: red; - display: flex; - justify-content: center; - // position: absolute; - // bottom: 20px; - .ant-pagination-prev, - .ant-pagination-next, - .ant-pagination-item, - .ant-pagination-options { - margin-bottom: 10px; + .tableBox { + .pa { + // left: 0; + margin-top: 15px; + width: 100%; + // height: 20px; + // background-color: red; + display: flex; + justify-content: center; + // position: absolute; + // bottom: 20px; + .ant-pagination-prev, + .ant-pagination-next, + .ant-pagination-item, + .ant-pagination-options { + margin-bottom: 10px; + } } } } diff --git a/src/components/drawers/WorkManage.vue b/src/components/drawers/WorkManage.vue index 3a258372..9456191d 100644 --- a/src/components/drawers/WorkManage.vue +++ b/src/components/drawers/WorkManage.vue @@ -73,17 +73,19 @@ @expand="expandTable" :pagination="false" /> -
- +
+
+ +
@@ -618,21 +620,23 @@ export default { > td { background: #f6f9fd; } - .pa { - // left: 0; - margin-top: 15px; - width: 100%; - // height: 20px; - // background-color: red; - display: flex; - justify-content: center; - // position: absolute; - // bottom: 20px; - .ant-pagination-prev, - .ant-pagination-next, - .ant-pagination-item, - .ant-pagination-options { - margin-bottom: 10px; + .tableBox { + .pa { + // left: 0; + margin-top: 15px; + width: 100%; + // height: 20px; + // background-color: red; + display: flex; + justify-content: center; + // position: absolute; + // bottom: 20px; + .ant-pagination-prev, + .ant-pagination-next, + .ant-pagination-item, + .ant-pagination-options { + margin-bottom: 10px; + } } } }