Browse Source

4166评分列表样式修改

zhouna 5 years ago
parent
commit
bbee79a7f6

+ 7 - 3
src/css/qcList.less

@@ -3,6 +3,7 @@
     width: 100%;
     height: 100%;
     overflow: auto;
+    background: @disColor;
 }
 ul,li{
     list-style: none;
@@ -12,9 +13,9 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 75px 0 0 10px;
+    .main-body-com;
+    margin: 44px 0 0;
     min-width: 1090px;
-    padding: 0 35px;
     // overflow: auto;
 }
 table{
@@ -96,6 +97,9 @@ table{
 .filterBox{
     position: relative;
 }
+.overAuto{
+    overflow: auto;
+}
 .filter-toggler{
     position: absolute;
     left: 960px;
@@ -273,7 +277,7 @@ table{
 
 
 .pagination{
-    margin: 35px 0 0 0  ;
+    margin: 35px 0 20px 0  ;
     text-align: right;
 }
 .totalSum{

+ 7 - 3
src/css/qcListDept.less

@@ -3,6 +3,7 @@
     width: 100%;
     height: 100%;
     overflow: auto;
+    background: @disColor;
 }
 ul,li{
     list-style: none;
@@ -12,8 +13,8 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 75px 0 0 10px;   
-    padding: 0 35px;
+    .main-body-com;
+    margin: 44px 0 0;
     min-width: 1090px;
     /*width: 100%;*/
 }
@@ -94,6 +95,9 @@ table{
 .filterBox{
     position: relative;
 }
+.overAuto{
+    overflow: auto;
+}
 .filter-toggler{
     position: absolute;
     left: 960px;
@@ -273,7 +277,7 @@ table{
 
 
 .pagination{
-    margin: 35px 0 0 0  ;
+    margin: 35px 0 20px 0  ;
     text-align: right;
 }
 .totalSum{

+ 7 - 3
src/css/qcListPerson.less

@@ -3,6 +3,7 @@
     width: 100%;
     height: 100%;
     overflow: auto;
+    background: @disColor;
 }
 ul,li{
     list-style: none;
@@ -12,8 +13,8 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 75px 0 0 10px;
-    padding: 0 35px;
+    .main-body-com;
+    margin: 44px 0 0;
     min-width: 1090px;
     /*width: 100%;*/
 }
@@ -99,6 +100,9 @@ table{
 .filterBox{
     position: relative;
 }
+.overAuto{
+    overflow: auto;
+}
 .filter-toggler{
     position: absolute;
     left: 960px;
@@ -277,7 +281,7 @@ table{
 
 
 .pagination{
-    margin: 35px 0 0 0  ;
+    margin: 35px 0 20px 0  ;
     text-align: right;
 }
 .totalSum{

+ 1 - 1
src/html/qcListDept.html

@@ -64,7 +64,7 @@
                     </span>
                 </div>
             </div>
-            <div>
+            <div class="overAuto">
                 <table>
                     <thead>
                         <tr>

+ 1 - 1
src/html/qcListPerson.html

@@ -63,7 +63,7 @@
                 </span>
             </div>
             </div>
-            <div>
+            <div class="overAuto">
                 <table>
                     <thead>
                         <tr>