thumbnail of video is added
This commit is contained in:
parent
85dafe6922
commit
a7dbb1f545
|
@ -1,13 +1,15 @@
|
|||
<div class="bubble-main">
|
||||
<!--파일명에 따라 doc exe hwp ppt xls zip 으로 추가되고 나머지 파일 명은 file로 기간이 만료된 파일은 그뒤에 disable도 추가-->
|
||||
<!-- <div class="file-img" [ngClass]="fileInfo.FileExt"></div> -->
|
||||
<div [ngClass]="['mime-icon', 'light', 'ico-' + fileInfo.fileExt]">
|
||||
<img *ngIf="!!fileInfo.thumbUrl" [src]="fileInfo.thumbUrl" />
|
||||
<div
|
||||
*ngIf="!fileInfo.thumbUrl"
|
||||
[ngClass]="['mime-icon', 'light', 'ico-' + fileInfo.fileExt]"
|
||||
>
|
||||
<div class="ico"></div>
|
||||
</div>
|
||||
<ul class="file-info">
|
||||
<li class="file-name">
|
||||
{{ fileInfo.fileName }}
|
||||
</li>
|
||||
<li class="file-name">{{ fileInfo.fileName }}</li>
|
||||
<li class="file-size">
|
||||
{{ fileInfo.attachmentSize | ucapBytes }}
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user