Browse Source

修改样式

zhangxc 5 years ago
parent
commit
6e5eed88ed
2 changed files with 24 additions and 7 deletions
  1. 12 6
      src/css/itemManager.less
  2. 12 1
      src/css/qcList.less

+ 12 - 6
src/css/itemManager.less

@@ -1,3 +1,8 @@
+.container{
+    width: 100%;
+    height: 100%;
+    overflow-y: auto;
+}
 ul,li{
     padding:0;
     margin:0;
@@ -142,17 +147,18 @@ table{
 .textCenter{
     text-align: center;
 }
+
+
+.pagination{
+    margin: 35px 0 0 0  ;
+    text-align: right;
+}
 .totalSum{
     font-size:12px;
     line-height:17px;
     color: #777777;
     margin-right: 20px;
 }
-
-.pagination{
-    margin: 35px 0 0 0  ;
-    text-align: right;
-}
 .pageNum,.prePage,.nextPage, .more{
     display: inline-block;
     width: 20px;
@@ -164,7 +170,7 @@ table{
 .prePage,.nextPage{
     img{
         position: relative;
-        top: -2px   ;
+        top: 0px   ;
     }
 }
  .more{

+ 12 - 1
src/css/qcList.less

@@ -1,3 +1,8 @@
+.container{
+    width: 100%;
+    height: 100%;
+    overflow-y: auto;
+}
 ul,li{
     list-style: none;
 }
@@ -145,6 +150,12 @@ table{
     margin: 35px 0 0 0  ;
     text-align: right;
 }
+.totalSum{
+    font-size:12px;
+    line-height:17px;
+    color: #777777;
+    margin-right: 20px;
+}
 .pageNum,.prePage,.nextPage, .more{
     display: inline-block;
     width: 20px;
@@ -156,7 +167,7 @@ table{
 .prePage,.nextPage{
     img{
         position: relative;
-        top: -2px;
+        top: 0px   ;
     }
 }
  .more{