Browse Source

修改弹窗行高(4511)

zhangxc 5 years ago
parent
commit
6932b0b87c

+ 2 - 2
src/css/index.less

@@ -467,7 +467,7 @@
       color: #1E1E1E;
     }
     .itemMsgInfoBox{
-      line-height: 40px;
+      line-height: 34px;
       margin: 0 0 10px 0;
       position: relative;
       top: 10px;
@@ -559,7 +559,7 @@
       margin: 30px 0 0 0;
     }
     .itemMsgInfoBox{
-      line-height: 40px;
+      line-height: 34px;
       margin: 0 0 10px 0;
       position: relative;
     }

+ 3 - 3
src/css/itemManager.less

@@ -15,7 +15,7 @@
         .h2;
     }
     .main-body{
-        margin: 10px 40px;
+        margin: 20px 40px;
         padding-bottom: 0px !important;
     }
     table{
@@ -26,14 +26,14 @@
         
     }
     .filterBox{
-        margin-bottom:10px;
+        margin-bottom:20px;
     }
     .filterItem{
         position: relative;
         display: inline-block;
         height: 32px;
         line-height: 32px;
-        margin: 0 20px 20px 0;
+        margin: 0 20px 10px 0;
     }
     .filterDropList{
         position: absolute;

+ 1 - 1
src/css/moduleManager.less

@@ -6,7 +6,7 @@ h2{
     .h2;
 }
 .main-body{
-    margin: 10px 40px;
+    margin: 20px 40px;
     padding-bottom: 40px;
 }
 .totalSumBox{

+ 1 - 1
src/css/qcList.less

@@ -12,7 +12,7 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 70px 0 0 10px;
+    margin: 75px 0 0 10px;
     min-width: 1090px;
     padding: 0 35px;
     // overflow: auto;

+ 1 - 1
src/css/qcListDept.less

@@ -12,7 +12,7 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 70px 0 0 10px;   
+    margin: 75px 0 0 10px;   
     padding: 0 35px;
     min-width: 1090px;
     /*width: 100%;*/

+ 1 - 1
src/css/qcListPerson.less

@@ -12,7 +12,7 @@ h2{
     position: absolute;
 }
 .main-body{
-    margin: 70px 0 0 10px;
+    margin: 75px 0 0 10px;
     padding: 0 35px;
     min-width: 1090px;
     /*width: 100%;*/

+ 2 - 2
src/css/reset.less

@@ -477,8 +477,8 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 }
 
 .filterItem,.patientNumInp,.filter,.moduleItemInp,.selectDept, .filterItem span {
-  height: 32px !important;
-  line-height: 32px !important;
+  height: 34px !important;
+  line-height: 34px !important;
   float: left;
 }
 .filterItem ,.filter {