zhangxc пре 5 година
родитељ
комит
c15ef4e01e
3 измењених фајлова са 9 додато и 0 уклоњено
  1. 3 0
      src/css/qcListDept.less
  2. 3 0
      src/css/qcListDocteam.less
  3. 3 0
      src/css/qcListPerson.less

+ 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;