zhangxc 5 rokov pred
rodič
commit
c15ef4e01e

+ 3 - 0
src/css/qcListDept.less

@@ -4,6 +4,8 @@
     height: 100%;
     // overflow: auto;
     background: #fff;
+    border-bottom: 10px @disColor solid;
+    box-sizing: border-box;
 }
 ul,li{
     list-style: none;
@@ -22,6 +24,7 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
+    height: 100%;
 }
 table{
     .table;

+ 3 - 0
src/css/qcListDocteam.less

@@ -4,6 +4,8 @@
     height: 100%;
     // overflow: auto;
     background: #fff;
+    border-bottom: 10px @disColor solid;
+    box-sizing: border-box;
 }
 ul,li{
     list-style: none;
@@ -22,6 +24,7 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
+     height: 100%;
 }
 table{
     .table;

+ 3 - 0
src/css/qcListPerson.less

@@ -4,6 +4,8 @@
     height: 100%;
     // overflow: auto;
     background: #fff;
+    border-bottom: 10px @disColor solid;
+    box-sizing: border-box;
 }
 ul,li{
     list-style: none;
@@ -22,6 +24,7 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
+    height: 100%;
 }
 table{
     .table;