luolei vor 5 Jahren
Ursprung
Commit
0ea0493540
2 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 5 5
      src/css/qcList.less
  2. 2 2
      src/css/reset.less

+ 5 - 5
src/css/qcList.less

@@ -112,12 +112,12 @@ table{
     margin: 0 20px 5px 0;
     span{
         display: inline-block;
-        line-height: 32px;
+        line-height: 36px;
         position: relative;
     }
     input{
         width:120px;
-        height:32px;
+        height:36px;
         border-radius:4px;
         border: 1px solid #E2E5EF;
         outline: none;
@@ -165,7 +165,7 @@ table{
     position: relative;
     width:120px;
     padding: 0 10px;
-    height:32px;
+    height:36px;
     border-radius:4px;
     border: 1px solid #E2E5EF;
     box-sizing: border-box;
@@ -178,12 +178,12 @@ table{
 .filter,.reset{
     display: inline-block;
     width:60px;
-    height:32px;
+    height:36px;
     background:@activeColor;
     border-radius:4px;
     color: #fff;
     text-align: center;
-    line-height: 32px;
+    line-height: 36px;
     position: relative;
     top: 2px;
     cursor: pointer;

+ 2 - 2
src/css/reset.less

@@ -413,8 +413,8 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   }
 }
 .filterclearT {
-  height: 30px !important;
-  line-height: 32px !important;
+  height: 34px !important;
+  line-height: 36px !important;
   float: left;
   position: relative;
   top: 3px !important;