Browse Source

【单一窗口】所有页面,当前页码看不清

CzRger 3 months ago
parent
commit
0f72db8340
1 changed files with 6 additions and 0 deletions
  1. 6 0
      snowy-admin-web/src/style/cus.less

+ 6 - 0
snowy-admin-web/src/style/cus.less

@@ -187,9 +187,15 @@
 	.ant-pagination-item > a {
 		color: #FFFFFF;
 	}
+	.ant-pagination-item-active > a {
+		color: #1677ff;
+	}
 	.ant-pagination-item-link > span {
 		color: #FFFFFF;
 	}
+	.ant-pagination-item-ellipsis {
+		color: #ffffff !important;
+	}
 }
 .ant-modal-content {
 	background-color: #14204A !important;