Browse Source

修改分页样式

zhangxc 5 years ago
parent
commit
ff1dff175c
2 changed files with 8 additions and 6 deletions
  1. 4 3
      src/css/itemManager.less
  2. 4 3
      src/css/qcList.less

+ 4 - 3
src/css/itemManager.less

@@ -144,15 +144,13 @@ table{
     margin: 35px 0 0 0  ;
     text-align: right;
 }
-.activePage{
-    color: #5A8EEE;
-}
 .pageNum,.prePage,.nextPage, .more{
     display: inline-block;
     width: 20px;
     cursor: pointer;
     margin: 0 20px 0 0;
     text-align: center;
+    color: #777;
 }
 .prePage,.nextPage{
     img{
@@ -166,6 +164,9 @@ table{
 .arrowPage{
     width: 6px;
 }
+.activePage{
+    color: #5A8EEE;
+}
 
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {

+ 4 - 3
src/css/qcList.less

@@ -138,15 +138,13 @@ table{
     margin: 35px 0 0 0  ;
     text-align: right;
 }
-.activePage{
-    color: #5A8EEE;
-}
 .pageNum,.prePage,.nextPage, .more{
     display: inline-block;
     width: 20px;
     cursor: pointer;
     margin: 0 20px 0 0;
     text-align: center;
+    color: #777;
 }
 .prePage,.nextPage{
     img{
@@ -160,6 +158,9 @@ table{
 .arrowPage{
     width: 6px;
 }
+.activePage{
+    color: #5A8EEE;
+}