Kaynağa Gözat

整体样式覆盖

luolei 5 yıl önce
ebeveyn
işleme
49695d70a6

+ 0 - 3
src/css/abnormal.less

@@ -357,6 +357,3 @@
         -moz-appearance: textfield;
     }
 }
-.abnormalClear {
-    top: 2px !important;
-}

+ 1 - 1
src/css/qcList.less

@@ -188,7 +188,7 @@ table{
     top: 2px;
     cursor: pointer;
     float: left;
-    margin: 0 20px 22px 0;
+    margin: 0 0px 22px 0;
 }
 .arrow{
     position: absolute;

+ 1 - 1
src/css/qcListDept.less

@@ -189,7 +189,7 @@ table{
     top: 2px;
     cursor: pointer;
     float: left;
-    margin: 0 20px 22px 0;
+    margin: 0 0px 22px 0;
 }
 .arrow{
     position: absolute;

+ 1 - 1
src/css/qcListPerson.less

@@ -201,7 +201,7 @@ table{
     top: 2px;
     cursor: pointer;
     float: left;
-    margin: 0 20px 22px 0;
+    margin: 0 0px 22px 0;
 }
 .arrow{
     position: absolute;

+ 31 - 0
src/css/reset.less

@@ -422,4 +422,35 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 .goHomeDetail {
   color: #00A1F0;
   cursor: pointer;
+}
+
+.filterclear.abnormalClear {
+  display: inline-block;
+  width: 60px;
+  height: 32px;
+  line-height: 32px;
+  background: #fff;
+  border-radius: 4px;
+  color: #777;
+  border: 1px solid #777;
+  box-sizing: border-box;
+  text-align: center;
+  position: relative;
+  top: 1px !important;
+  cursor: pointer;
+  margin-left: 15px;
+  float: left;
+}
+
+.filterItem,.patientNumInp,.filter,.moduleItemInp,.selectDept, .filterItem span {
+  height: 32px !important;
+  line-height: 32px !important;
+  float: none;
+}
+.filterItem ,.filter {
+  top: 0px !important;
+  float: left !important;
+}
+.arrow{
+  top: 13px !important;
 }