Browse Source

修改分页样式

zhaoke 1 year ago
parent
commit
b2b933b7d3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/statisticalanalysis/dataException/views/detail.vue

+ 3 - 0
src/views/statisticalanalysis/dataException/views/detail.vue

@@ -315,6 +315,9 @@ export default {
     display: flex;
     justify-content: flex-end;
     width: 100%;
+    ::v-deep .el-pager li.is-active {
+      background: #ac014d;
+    }
   }
 }
 </style>