From fe85165ce9ac35a85135f331e0217904dc700a8e Mon Sep 17 00:00:00 2001 From: songwc Date: Fri, 28 Oct 2022 16:16:01 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=BB=9F=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/TestManage.vue | 56 ++++++++++++++------------- src/components/drawers/TimeManage.vue | 56 ++++++++++++++------------- src/components/drawers/WorkManage.vue | 56 ++++++++++++++------------- 3 files changed, 90 insertions(+), 78 deletions(-) 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; + } } } }