From a303c02057eec9263ac16bc628bc36b11017fd4a Mon Sep 17 00:00:00 2001 From: lukeyan <1727408482@qq.com> Date: Sat, 17 Jun 2023 10:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/systemManagement/companyScore/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/systemManagement/companyScore/index.vue b/src/views/systemManagement/companyScore/index.vue index 02033aa..4e4b677 100644 --- a/src/views/systemManagement/companyScore/index.vue +++ b/src/views/systemManagement/companyScore/index.vue @@ -307,8 +307,10 @@ export default { } } .table_pagination { - width: 64vw; + width: 85.2vw; height: 5vh; + display: flex; + flex-direction: row-reverse; /deep/.el-input--suffix .el-input__inner { color: #fff; border: 0.1px solid #34a6a6; @@ -324,8 +326,7 @@ export default { height: 2.6vh; } /deep/.el-pagination { - margin-left: 75%; - margin-top: 2vh; + margin-top: 1vh; .el-pagination__total { color: #fff; }