forked from Gitlink/forgeplus-react
文件夹icon
This commit is contained in:
parent
faef6a2638
commit
c833cb684d
|
|
@ -287,7 +287,7 @@ class CoderRootDirectory extends Component{
|
|||
width:"30%",
|
||||
render: (text,item) => (
|
||||
<a onClick={()=>this.goToSubRoot(item.path)}>
|
||||
<i className={ item.type === "file" ? "iconfont icon-wenjia font-15 color-green-file mr5":"iconfont icon-wenjian1 color-green-file font-15 mr5"}></i>{text}
|
||||
<i className={ item.type === "file" ? "iconfont icon-wenjia font-15 color-green-file mr5":"iconfont icon-wenjianjia1 color-green-file font-15 mr5"}></i>{text}
|
||||
</a>
|
||||
),
|
||||
},{
|
||||
|
|
|
|||
Loading…
Reference in New Issue