Browse Source

基础维护间距调整

zhouna 5 years ago
parent
commit
d786ce7d58
5 changed files with 20 additions and 19 deletions
  1. 14 13
      src/css/itemManager.less
  2. 3 3
      src/css/moduleManager.less
  3. 1 1
      src/css/qcList.less
  4. 1 1
      src/css/qcListDept.less
  5. 1 1
      src/css/qcListPerson.less

+ 14 - 13
src/css/itemManager.less

@@ -15,7 +15,7 @@
         .h2;
     }
     .main-body{
-        margin: 20px 40px;
+        margin: 10px 40px;
     }
     table{
         width: 100%;
@@ -26,9 +26,9 @@
            
         }
         th,td{
-            height: 40px;
+            height: 32px;
             box-sizing: border-box;
-            padding: 10px;
+            padding:0 10px;
             border:1px solid #E2E5EF;
             border-collapse: collapse;
         }
@@ -51,9 +51,8 @@
     .filterItem{
         position: relative;
         display: inline-block;
-        margin-right: 20px;
-        height: 40px;
-        line-height: 40px;
+        height: 32px;
+        line-height: 32px;
         margin: 0 20px 20px 0;
     }
     .filterDropList{
@@ -92,18 +91,17 @@
         display: inline-block;
         position: relative;
         width:140px;
-        padding: 0 10px;
-        height:40px;
+        height:32px;
         border-radius:4px;
         border: 1px solid #E2E5EF;
         box-sizing: border-box;
         cursor: pointer;
-        padding-right: 26px;
+        padding:0 26px 0 10px;
     }
     .arrow{
         position: absolute;
         width: 10px;
-        top: 16px;
+        top: 12px;
         right: 10px;
     }
     .moduleItemInp{
@@ -133,16 +131,19 @@
     .filter{
         display: inline-block;
         width:60px;
-        height:36px;
+        height:32px;
         background:#5A8EEE;
         border-radius:4px;
         color: #fff;
         text-align: center;
-        line-height: 36px;
+        line-height: 32px;
         position: relative;
-        top: -1px;
+        top: 0px;
         cursor: pointer;
     }
+    .filterclear{
+        top:0px;
+    }
     .editItem{
        color: #5A8EEE;
        cursor: pointer;

+ 3 - 3
src/css/moduleManager.less

@@ -6,10 +6,10 @@ h2{
     .h2;
 }
 .main-body{
-    margin: 20px 40px;
+    margin: 10px 40px;
 }
 .totalSumBox{
-    margin: 0 0 20px 0;
+    margin: 0 0 10px 0;
     text-align: right;
     padding: 0 20px 0 0;
     .totalSum{
@@ -26,7 +26,7 @@ table{
        
     }
     th,td{
-        height: 40px;
+        height: 32px;
         box-sizing: border-box;
         padding: 0 20px;
         border:1px solid #E2E5EF;

+ 1 - 1
src/css/qcList.less

@@ -11,7 +11,7 @@ h2{
     .h2
 }
 .main-body{
-    margin: 20px 0;
+    margin: 10px 0;
     padding: 0 35px;
     min-width: 1090px;
     /*width: 100%;*/

+ 1 - 1
src/css/qcListDept.less

@@ -11,7 +11,7 @@ h2{
     .h2;
 }
 .main-body{
-    margin: 20px 0;
+    margin: 10px 0;
     padding: 0 35px;
     min-width: 1090px;
     /*width: 100%;*/

+ 1 - 1
src/css/qcListPerson.less

@@ -11,7 +11,7 @@ h2{
     .h2;
 }
 .main-body{
-    margin: 20px 0;
+    margin: 10px 0;
     padding: 0 35px;
     min-width: 1090px;
     /*width: 100%;*/