diff --git a/public/react/src/modules/comment/CommentItemMDEditor.css b/public/react/src/modules/comment/CommentItemMDEditor.css index 4a714f09b..0f9c31231 100644 --- a/public/react/src/modules/comment/CommentItemMDEditor.css +++ b/public/react/src/modules/comment/CommentItemMDEditor.css @@ -24,6 +24,22 @@ .panel-comment_item .editor__resize { transform: translateX(-2%); + + position: absolute; + width: 120px; + height: 4px; + left: 54%; + transform: translateX(-50%); + margin-top: 2px; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; + cursor: row-resize; + text-indent: 110%; + white-space: nowrap; + overflow: hidden; + text-transform: capitalize; + + box-sizing: border-box; } /*帖子回復按鈕*/ @@ -31,6 +47,11 @@ a.commentsbtn.task-btn-blue { background: #4CACFF !important; } +.commentTab a.commentsbtn.task-btn-blue { + margin-right: 22px; + margin-top: 6px; +} + .editormd-grid-table-row a.editormd-emoji-btn.selected { border-bottom: 2px solid #4CACFF!important; diff --git a/public/react/src/modules/courses/members/teacherList.js b/public/react/src/modules/courses/members/teacherList.js index 92b0e0d4b..fc6b56313 100644 --- a/public/react/src/modules/courses/members/teacherList.js +++ b/public/react/src/modules/courses/members/teacherList.js @@ -65,7 +65,7 @@ function buildColumns(that) { sorter: showSorter, sortOrder: sortedInfo.columnKey === 'name' && sortedInfo.order, render: (name, record) => { - return 4 ? name : ''}`}>{name} } }, { diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js index a774d6684..2af9d6f33 100644 --- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js +++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js @@ -913,9 +913,9 @@ class Listofworksstudentone extends Component { } componentWillReceiveProps(nextProps) { - // console.log("+++++++++916"); - // console.log(nextProps); - // console.log(this.props) + console.log("+++++++++916"); + console.log(nextProps); + console.log(this.props) // console.log(this.props.isAdmin()); if (nextProps.code_review != this.props.code_review) { if (nextProps.code_review !== undefined) { diff --git a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js index e026ad622..4112b00f8 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js @@ -373,7 +373,7 @@ class ShixunhomeWorkItem extends Component{ width:192px !important; } .homepagePostSettingbox{ - width:121px !important; + width:139px !important; } ` } @@ -381,7 +381,8 @@ class ShixunhomeWorkItem extends Component{ {this.props.isAdmin?
实训详情 {this.props.isAdminOrCreator()?this.editname(discussMessage.name,discussMessage.homework_id)} className={"btn colorblue ml20 font-16"}>重命名:""} - 设置 + {/* 设置*/} + 设置
:""} diff --git a/public/react/src/modules/page/main/LeftView.js b/public/react/src/modules/page/main/LeftView.js index 428d898cb..b00319502 100644 --- a/public/react/src/modules/page/main/LeftView.js +++ b/public/react/src/modules/page/main/LeftView.js @@ -336,7 +336,7 @@ class LeftView extends Component { -
+
{ loadingComments ? : diff --git a/public/react/src/modules/user/usersInfo/InfosCourse.js b/public/react/src/modules/user/usersInfo/InfosCourse.js index ce708a8f8..1623e9097 100644 --- a/public/react/src/modules/user/usersInfo/InfosCourse.js +++ b/public/react/src/modules/user/usersInfo/InfosCourse.js @@ -103,7 +103,7 @@ class InfosCourse extends Component{ } = this.state; let is_current=this.props.is_current; - // console.log(this.props.current_user&&this.props.current_user.user_identity==="学生") + console.log(this.props.current_user&&this.props.current_user.user_identity==="学生") return(