forked from Gitlink/forgeplus-react
优化附件显示效果
This commit is contained in:
parent
7fa31a3ec7
commit
e73a9b7d20
|
|
@ -62,7 +62,7 @@ function SourceDetail(props){
|
|||
<li>
|
||||
<img src={SourceFile} alt="" width="20px" className="mr12"/>
|
||||
<span className="task-hide">{i.fileOriginName}</span>
|
||||
<span>{i.zoneResourceType.name}</span>
|
||||
<span style={{width: '340px'}}>{i.zoneResourceType.name}</span>
|
||||
<span>{i.fileSizeInfo}</span>
|
||||
<a href={`${httpUrl}/file/open/download/${i.fileId}`} download className="f_b_load primaryColor">下载</a>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -1420,7 +1420,7 @@
|
|||
font-size:15px;
|
||||
min-width: 190px;
|
||||
&.task-hide{
|
||||
width: 500px;
|
||||
width: 450px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue