fix bug
This commit is contained in:
		| @ -1,10 +1,10 @@ | |||||||
| <!-- | <!-- | ||||||
|  * @Author: your name |  * @Author: your name | ||||||
|  * @Date: 2021-12-24 15:38:08 |  * @Date: 2021-12-24 15:38:08 | ||||||
|  * @LastEditTime: 2022-01-18 15:50:21 |  * @LastEditTime : 2022-02-22 09:50:27 | ||||||
|  * @LastEditors: Please set LastEditors |  * @LastEditors  : Shiming | ||||||
|  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | ||||||
|  * @FilePath: \tms-obc-web\src\app\routes\sys-setting\components\crm-management\crm-management.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\abnormal-appear\\abnormal-appear.component.html | ||||||
| --> | --> | ||||||
| <page-header-wrapper title="异常上报"> </page-header-wrapper> | <page-header-wrapper title="异常上报"> </page-header-wrapper> | ||||||
|  |  | ||||||
| @ -55,10 +55,16 @@ | |||||||
|         [scroll]="{ x: '2000px' }" |         [scroll]="{ x: '2000px' }" | ||||||
|       > |       > | ||||||
|         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> |         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> | ||||||
|           <div> |           <div class="imgBox"> | ||||||
|             <span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span> |             <div *ngIf="item?.exceptionCertificateFirstFilePath"> | ||||||
|             <span *ngIf="item?.exceptionCertificateSecondFilePath"><img  style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span> |               <app-imagelist style="width: 40px" [imgList]="[item?.exceptionCertificateFirstFilePath]"> </app-imagelist> | ||||||
|             <span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span> |             </div> | ||||||
|  |             <div *ngIf="item?.exceptionCertificateSecondFilePath"> | ||||||
|  |             <app-imagelist style="width: 40px;" [imgList]="[item?.exceptionCertificateSecondFilePath]"> </app-imagelist> | ||||||
|  |           </div> | ||||||
|  |             <div *ngIf="item?.exceptionCertificateThirdFilePath"> | ||||||
|  |             <app-imagelist style="width: 40px;" [imgList]="[item?.exceptionCertificateThirdFilePath]"> </app-imagelist> | ||||||
|  |           </div> | ||||||
|           </div> |           </div> | ||||||
|         </ng-template> |         </ng-template> | ||||||
|       </st> |       </st> | ||||||
| @ -75,10 +81,16 @@ | |||||||
|         [scroll]="{ x: '2000px' }" |         [scroll]="{ x: '2000px' }" | ||||||
|       > |       > | ||||||
|         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> |         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> | ||||||
|         <div> |           <div class="imgBox"> | ||||||
|           <span *ngIf="item?.exceptionCertificateFirstFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateFirstFilePath" alt=""></span> |             <div *ngIf="item?.exceptionCertificateFirstFilePath"> | ||||||
|           <span *ngIf="item?.exceptionCertificateSecondFilePath"><img  style="width: 40px;"[src]="item?.exceptionCertificateSecondFilePath" alt=""></span> |               <app-imagelist  [imgList]="[item?.exceptionCertificateFirstFilePath]"> </app-imagelist> | ||||||
|           <span *ngIf="item?.exceptionCertificateThirdFilePath"><img style="width: 40px;" [src]="item?.exceptionCertificateThirdFilePath" alt=""></span> |             </div> | ||||||
|  |             <div *ngIf="item?.exceptionCertificateSecondFilePath"> | ||||||
|  |             <app-imagelist  [imgList]="[item?.exceptionCertificateSecondFilePath]"> </app-imagelist> | ||||||
|  |           </div> | ||||||
|  |             <div *ngIf="item?.exceptionCertificateThirdFilePath"> | ||||||
|  |             <app-imagelist  [imgList]="[item?.exceptionCertificateThirdFilePath]"> </app-imagelist> | ||||||
|  |           </div> | ||||||
|           </div> |           </div> | ||||||
|         </ng-template> |         </ng-template> | ||||||
|       </st> |       </st> | ||||||
|  | |||||||
| @ -10,4 +10,11 @@ | |||||||
|             padding-top: 14px; |             padding-top: 14px; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |     .imgBox { | ||||||
|  |         display: flex; | ||||||
|  |         img { | ||||||
|  |             width: 60px !important;  | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user