Parcourir la source

修改分页样式

zhaoke il y a 1 an
Parent
commit
b2b933b7d3
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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>