浏览代码

代码优化

seimin 3 年之前
父节点
当前提交
c6dbf00e6e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/app/views/fuwutai/fuwutai.component.html
  2. 1 1
      src/app/views/fuwutai/fuwutai.component.less

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

@@ -509,7 +509,7 @@
509
         </overlay-scrollbars>
509
         </overlay-scrollbars>
510
       </div>
510
       </div>
511
       <div class="cots_body zhixingzhong twoCol" *ngIf="txtLabelCol==2">
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
           <ng-container *ngIf="executionList.length&&!loading3">
513
           <ng-container *ngIf="executionList.length&&!loading3">
514
             <div class="list" *ngFor="let data of executionList">
514
             <div class="list" *ngFor="let data of executionList">
515
               <div class="left_cots" (click)='openDetails(data.id,data.taskType.associationType.id)'>
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
   .zhixingzhong .list {
784
   .zhixingzhong .list {
785
     height: 100px;
785
     height: 100px;
786
     border-bottom: 1px rgb(225, 229, 232) solid;
786
     border-bottom: 1px rgb(225, 229, 232) solid;
787
-    // padding: 5px 2%;
788
     cursor: pointer;
787
     cursor: pointer;
789
     position: relative;
788
     position: relative;
789
+    overflow: hidden;
790
 
790
 
791
     .left_cots {
791
     .left_cots {
792
       width: 98%;
792
       width: 98%;