|
|
|
@ -243,13 +243,15 @@ function JupyterTPI (props) {
|
|
|
|
|
// title={item.file_path}
|
|
|
|
|
mouseLeaveDelay={0.3}
|
|
|
|
|
>
|
|
|
|
|
<Icon type="file-text" className="jupyter_icon"/>
|
|
|
|
|
<span className="jupyter_name ml10">{item.title}</span>
|
|
|
|
|
<a className={"fr color-blue"}
|
|
|
|
|
onClick={() => {
|
|
|
|
|
jsCopy("file_path"+i)
|
|
|
|
|
}}>复制地址</a>
|
|
|
|
|
<input id={"file_path"+i} className={"file_path_input"} value={item.file_path}/>
|
|
|
|
|
<div className="sortinxdirection">
|
|
|
|
|
<Icon type="file-text" className="jupyter_icon fl lineheighttaj" />
|
|
|
|
|
<a className="jupyter_name ml10 maxnamewidth150 lineheighttaj colorlineheighttaj" title={item.title}>{item.title}</a>
|
|
|
|
|
<a className={"fr color-blue lineheighttaj"}
|
|
|
|
|
onClick={() => {
|
|
|
|
|
jsCopy("file_path"+i)
|
|
|
|
|
}}>复制地址</a>
|
|
|
|
|
</div>
|
|
|
|
|
<input id={"file_path"+i} className={"file_path_input"} value={item.file_path}/>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</li>
|
|
|
|
|
);
|
|
|
|
|