|
|
@ -1,5 +1,6 @@
|
|
|
|
import React, { Component } from 'react';
|
|
|
|
import React, { Component } from 'react';
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
|
|
|
|
import { Tooltip } from 'antd';
|
|
|
|
import '../../paths/ShixunPaths.css';
|
|
|
|
import '../../paths/ShixunPaths.css';
|
|
|
|
import DetailCardsEditAndAdd from './DetailCardsEditAndAdd';
|
|
|
|
import DetailCardsEditAndAdd from './DetailCardsEditAndAdd';
|
|
|
|
import axios from 'axios';
|
|
|
|
import axios from 'axios';
|
|
|
@ -85,16 +86,26 @@ class DetailCards extends Component{
|
|
|
|
<a className="fl ring-blue mr10 mt2">
|
|
|
|
<a className="fl ring-blue mr10 mt2">
|
|
|
|
<img src={getImageUrl("images/educoder/icon/charpter-white.svg")} className="fl ml3 mt3"/>
|
|
|
|
<img src={getImageUrl("images/educoder/icon/charpter-white.svg")} className="fl ml3 mt3"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<span className="font-18 font-bd">{item.stage_name}</span>
|
|
|
|
<span className="font-18 font-bd">{item.stage_name}</span>
|
|
|
|
<a className="fr mtf3">
|
|
|
|
|
|
|
|
<i className="iconfont icon-bianjidaibeijing font-22 color-green" data-tip-down="编辑"></i>
|
|
|
|
<Tooltip placement="bottom" title={"编辑"}>
|
|
|
|
</a>
|
|
|
|
<a className="fr mtf3">
|
|
|
|
<a href="" className="fr ring-op-green mr20">
|
|
|
|
<i className="iconfont icon-bianjidaibeijing font-22 color-green"></i>
|
|
|
|
<img src={getImageUrl("images/educoder/icon/movedown.svg")} data-tip-down="向下移动" className="fl mt2 ml4"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</Tooltip>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Tooltip placement="bottom" title={"向下移动"}>
|
|
|
|
<a href="" className="fr ring-op-green mr20">
|
|
|
|
<a href="" className="fr ring-op-green mr20">
|
|
|
|
<img src={getImageUrl("images/educoder/icon/moveup.svg")} data-tip-down="向上移动" className="fl mt2 ml4"/>
|
|
|
|
<img src={getImageUrl("images/educoder/icon/movedown.svg")} className="fl mt2 ml4"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</Tooltip>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Tooltip placement="bottom" title={"向上移动"}>
|
|
|
|
|
|
|
|
<a href="" className="fr ring-op-green mr20">
|
|
|
|
|
|
|
|
<img src={getImageUrl("images/educoder/icon/moveup.svg")} className="fl mt2 ml4"/>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</Tooltip>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div className="detail_for_paragraph clearfix" id={"detail_for_paragraph_"+key}>
|
|
|
|
<div className="detail_for_paragraph clearfix" id={"detail_for_paragraph_"+key}>
|
|
|
|
<p className="color-dark-grey mt20 mb25 ml20 mr20 pl28 justify font-15">{item.stage_description}</p>
|
|
|
|
<p className="color-dark-grey mt20 mb25 ml20 mr20 pl28 justify font-15">{item.stage_description}</p>
|
|
|
|