Browse Source

质控列表标题横线满屏

zhangxc 5 năm trước cách đây
mục cha
commit
2e90876d21
3 tập tin đã thay đổi với 7 bổ sung4 xóa
  1. 3 2
      src/css/qcList.less
  2. 2 1
      src/css/qcListDept.less
  3. 2 1
      src/css/qcListPerson.less

+ 3 - 2
src/css/qcList.less

@@ -8,10 +8,11 @@ ul,li{
     list-style: none;
 }
 h2{
-    .h2
+    .h2;
+    position: absolute;
 }
 .main-body{
-    margin: 10px 0;
+    margin: 70px 0 0 10px;
     min-width: 1090px;
     padding: 0 35px;
     // overflow: auto;

+ 2 - 1
src/css/qcListDept.less

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

+ 2 - 1
src/css/qcListPerson.less

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