diff --git a/public/react/src/modules/courses/comtopicdetails/CompletetopicdePage.js b/public/react/src/modules/courses/comtopicdetails/CompletetopicdePage.js index 202dc9a8d..db285f584 100644 --- a/public/react/src/modules/courses/comtopicdetails/CompletetopicdePage.js +++ b/public/react/src/modules/courses/comtopicdetails/CompletetopicdePage.js @@ -80,7 +80,7 @@ class CompletetopicdePage extends Component {
- 内容详情 + 内容详情 发送 编辑 删除 diff --git a/public/react/src/modules/courses/comtopicdetails/Completetopicdeswer.js b/public/react/src/modules/courses/comtopicdetails/Completetopicdeswer.js deleted file mode 100644 index b5e141f91..000000000 --- a/public/react/src/modules/courses/comtopicdetails/Completetopicdeswer.js +++ /dev/null @@ -1,81 +0,0 @@ -import React, {Component} from "react"; -import { WordsBtn,on, off, trigger,markdownToHTML,getImageUrl} from 'educoder'; -import { - Button, - Checkbox, - message, - InputNumber, - DatePicker, - Radio, - Tooltip, - notification, -} from "antd"; -import GroupPackage from '../groupjobbank/GroupPackage' -import './completetopicde.css'; - - -class Completetopicdeswer extends Component { - - constructor(props) { - super(props); - - this.state = { - - } - } - - componentDidMount() { - console.log("Generaljobdetails"); - console.log("componentDidMount"); - // let query = this.props.location.pathname; - // const type = query.split('/'); - // this.setState({ - // shixuntypes:type[3] - // }) - // this.props.triggerRef(this); - - - - - } - // 获取数据地方 - getTrainingjobsetting = () => { - var homeworkid = this.props.match.params.homeworkid; - } - - //跳转道描点的地方 - scrollToAnchor = (anchorName) => { - if (anchorName) { - // 找到锚点 - let anchorElement = document.getElementById(anchorName); - // 如果对应id的锚点存在,就跳转到锚点 - if(anchorElement) { anchorElement.scrollIntoView(); } - } - }; - - - - render() { - - return ( -
-
- -
- - -
- - -
- - - ) - } -} - -export default Completetopicdeswer; \ No newline at end of file diff --git a/public/react/src/modules/courses/comtopicdetails/Completetopicdetails.js b/public/react/src/modules/courses/comtopicdetails/Completetopicdetails.js index 0d882f19c..15b4c24cf 100644 --- a/public/react/src/modules/courses/comtopicdetails/Completetopicdetails.js +++ b/public/react/src/modules/courses/comtopicdetails/Completetopicdetails.js @@ -58,7 +58,8 @@ class Completetopicdetails extends Component { render() { return ( -
+
+
- - +
+
+
+

+ 课题类型: + 设计 +

+

+ 课题来源: + 生产/社会实践 +

+

+ 课题性质1: + 设计 +

+

+ 课题性质2: + 设计 +

+
+
+

+ 课题重复情况: + 新需求 +

+

+ 调研或实习地点: + 长沙 +

+

+ 课题单位来源: + 湖南省据C++创始人Stroustrup有限公司 +

+
+
diff --git a/public/react/src/modules/courses/comtopicdetails/completetopicde.css b/public/react/src/modules/courses/comtopicdetails/completetopicde.css index f7dbe6331..fd566ffdc 100644 --- a/public/react/src/modules/courses/comtopicdetails/completetopicde.css +++ b/public/react/src/modules/courses/comtopicdetails/completetopicde.css @@ -35,4 +35,24 @@ .ysltextcolor99999{ color: #999999; font-size: 16px; +} +.yslboomdivs{ + + display: flex; + justify-content:flex-start; +} +.yslboomdivs p{ + width: 282px; +} +.yslboomdivs p span { + text-align: left; +} +.yslboomdivsy{ + color: #999999; + font-size: 14px; + +} +.yslboomdivsys{ + color: #666666; + font-size: 14px; } \ No newline at end of file diff --git a/public/react/src/modules/courses/groupjobbank/GroupPackage.js b/public/react/src/modules/courses/groupjobbank/GroupPackage.js index 22329c8ad..47dc4e3ee 100644 --- a/public/react/src/modules/courses/groupjobbank/GroupPackage.js +++ b/public/react/src/modules/courses/groupjobbank/GroupPackage.js @@ -61,7 +61,7 @@ class GroupPackage extends Component { + className="mr12 overflowHidden1" length="58" style={{maxWidth:'480px',color:"#999999",fontSize:"16px",}}> 清除浏览器缓存或换个浏览器操作指南更新版本.zip {2} diff --git a/public/react/src/modules/courses/groupjobbank/GroupjobbankPage.js b/public/react/src/modules/courses/groupjobbank/GroupjobbankPage.js index 837e06a80..bf9373274 100644 --- a/public/react/src/modules/courses/groupjobbank/GroupjobbankPage.js +++ b/public/react/src/modules/courses/groupjobbank/GroupjobbankPage.js @@ -15,7 +15,7 @@ import '../css/busyWork.css'; import '../poll/pollStyle.css'; class GroupjobbankPage extends Component { - //分组作业的题库详情 + //分组作业内容详情 constructor(props) { super(props); // this.answerMdRef = React.createRef(); @@ -124,8 +124,8 @@ class GroupjobbankPage extends Component {
- this.ChangeTab(0)}>内容详情 - this.ChangeTab(1)}>参考答案 + this.ChangeTab(0)}>内容详情 + this.ChangeTab(1)}>参考答案 发送 编辑 删除 diff --git a/public/react/src/modules/courses/questionbank/Generaljobbankdetails.js b/public/react/src/modules/courses/questionbank/Generaljobbankdetails.js index 39adf8246..49e2a5173 100644 --- a/public/react/src/modules/courses/questionbank/Generaljobbankdetails.js +++ b/public/react/src/modules/courses/questionbank/Generaljobbankdetails.js @@ -15,7 +15,7 @@ import '../css/busyWork.css'; import '../poll/pollStyle.css'; class Generaljobbankdetails extends Component { - //普通作业的题库详情 + //普通作业内容详情 constructor(props) { super(props); // this.answerMdRef = React.createRef(); @@ -124,8 +124,8 @@ class Generaljobbankdetails extends Component {