Browse Source

title样式bug

zhouna 5 years ago
parent
commit
ad0e900865
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/css/qcScore.less

+ 9 - 2
src/css/qcScore.less

@@ -9,13 +9,20 @@
   height: 18px;
 }
 .patient-info{
+  height: 50px;
+  line-height: 50px;
+  margin-top: 10px;
+  span{
+    margin-right: 40px;
+  }
+}
+#patientInfo{
   height: 44px;
   line-height: 44px;
   text-align: center;
   background:linear-gradient(123deg,#5A8EEE 0%,#7EABFF 100%);
   span{
     color: #fff;
-    margin-right: 40px;
   }
 }
 .sub-menu{
@@ -109,7 +116,7 @@
       text-indent: 20px;
     }
     .container{
-      margin-top: 45px;
+      /*margin-top: 45px;*/
       padding: 20px 30px 0;
       height: 100%;
       /*overflow-y: auto;*/