seimin před 3 roky
rodič
revize
c6dbf00e6e

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.html

@@ -509,7 +509,7 @@
509 509
         </overlay-scrollbars>
510 510
       </div>
511 511
       <div class="cots_body zhixingzhong twoCol" *ngIf="txtLabelCol==2">
512
-        <overlay-scrollbars #7 [ngStyle]="{ height:'100%' }">
512
+        <overlay-scrollbars #osComponentRef6 [ngStyle]="{ height:'100%' }">
513 513
           <ng-container *ngIf="executionList.length&&!loading3">
514 514
             <div class="list" *ngFor="let data of executionList">
515 515
               <div class="left_cots" (click)='openDetails(data.id,data.taskType.associationType.id)'>

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.less

@@ -784,9 +784,9 @@
784 784
   .zhixingzhong .list {
785 785
     height: 100px;
786 786
     border-bottom: 1px rgb(225, 229, 232) solid;
787
-    // padding: 5px 2%;
788 787
     cursor: pointer;
789 788
     position: relative;
789
+    overflow: hidden;
790 790
 
791 791
     .left_cots {
792 792
       width: 98%;