zhangxc vor 5 Jahren
Ursprung
Commit
ee9af1a49d

+ 2 - 2
src/css/console.less

@@ -323,7 +323,7 @@ div.console {
   box-sizing: border-box;
 }
 .circle {
-  height: 256px;
+  height: 259px;
   width: 100%;
   display: inline-block;
   box-sizing: border-box;
@@ -438,7 +438,7 @@ div.console {
   
   .defect {
     /*background-color: @themeColor;*/
-    height: 410px;
+    height: 412px;
     overflow: hidden;
     .list {
       padding: 6px 5px;

+ 1 - 0
src/css/keyItemFlawControl.less

@@ -51,6 +51,7 @@
     border-left: 10px @disColor solid;
     min-width: 1090px;
     /*width: 100%;*/
+    min-height: calc(100% - 44px);
   }
   .tableBox{
     border-right: 10px solid  @disColor;

+ 0 - 1
src/css/qcList.less

@@ -23,7 +23,6 @@ h2{
     margin: 54px 0 0;
     min-width: 1090px;
     min-height: calc(100% - 54px);
-    height: 100%;
     // overflow: auto;
 }
 .borderRight{

+ 2 - 2
src/css/qcListCopy.less

@@ -29,7 +29,7 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     // overflow: auto;
-    height: 100%;
+    height:  calc(100% - 44px);
     .selectDefect{
         min-width: 120px;
         width: auto;
@@ -38,7 +38,7 @@ h2{
         padding: 0 10px;
         height:32px;
         border-radius:4px;
-        border: 1px solid #8d8e92;
+        border: 1px solid #E2E5EF;
         box-sizing: border-box;
         cursor: default;
     }

+ 0 - 1
src/css/qcListDept.less

@@ -24,7 +24,6 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
-    height: 100%;
 }
 table{
     .table;

+ 0 - 1
src/css/qcListDocteam.less

@@ -24,7 +24,6 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
-     height: 100%;
 }
 table{
     .table;

+ 0 - 1
src/css/qcListPerson.less

@@ -24,7 +24,6 @@ h2{
     min-width: 1090px;
     min-height: calc(100% - 84px);
     /*width: 100%;*/
-    height: 100%;
 }
 table{
     .table;