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; }