|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
|
import { Input,Checkbox,Table, Pagination, Modal,Menu, Tooltip,Spin,Button,Form } from "antd";
|
|
|
|
|
import { Input,Checkbox,Table, Pagination, Modal,Menu, Tooltip,Spin,Button,Form,Row, Col } from "antd";
|
|
|
|
|
import { WordsBtn,on, off, trigger,markdownToHTML,getImageUrl} from 'educoder';
|
|
|
|
|
import './myysleduinforms.css'
|
|
|
|
|
import axios from 'axios';
|
|
|
|
@ -165,18 +165,25 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
{
|
|
|
|
|
whethertoeditysl === false?
|
|
|
|
|
<div>
|
|
|
|
|
<div className="" >
|
|
|
|
|
<div className="fudonyingxiangysl"><div className="ysltitbt fl"><span >{myname}</span></div>
|
|
|
|
|
{
|
|
|
|
|
this.props.isAdmin() === true ?
|
|
|
|
|
(this.props.yslbool===false?
|
|
|
|
|
<i className="iconfont icon-bianji1 newbianji1 fr pr25 yslbianji" onClick={()=>this.bianji(true)}></i>
|
|
|
|
|
:
|
|
|
|
|
""
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
|
<div>
|
|
|
|
|
<div className="fudonyingxiangysl">
|
|
|
|
|
<div style={{marginRight:"59px"}}>
|
|
|
|
|
<span className="ysltitbt">{myname}</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<span className="fr pr25 yslbianji">
|
|
|
|
|
{
|
|
|
|
|
this.props.isAdmin() === true ?
|
|
|
|
|
(this.props.yslbool===false?
|
|
|
|
|
<i className="iconfont icon-bianji1 newbianji1" onClick={()=>this.bianji(true)}></i>
|
|
|
|
|
:
|
|
|
|
|
""
|
|
|
|
|
)
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="yslclear"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="MakedownHTML"className={"markdown-body fonttext yslmtopcg yslminHeigth markdownysltext"} dangerouslySetInnerHTML={{__html: markdownToHTML(mydescription).replace(/▁/g, "▁▁▁")}}/>
|
|
|
|
|
</div>
|
|
|
|
|