diff --git a/public/react/src/modules/courses/ListPageIndex.js b/public/react/src/modules/courses/ListPageIndex.js index a6c9d6975..8c87c8731 100644 --- a/public/react/src/modules/courses/ListPageIndex.js +++ b/public/react/src/modules/courses/ListPageIndex.js @@ -104,17 +104,17 @@ class ListPageIndex extends Component{ {/*头部banner*/} - {yslGuideone===null||yslGuideone===undefined||yslGuideone===false? - ( - this.props.isAdmin()===true? - this.setwindowlocal(b)} - > - - :"" - ) - :"" - } + {/*{yslGuideone===null||yslGuideone===undefined||yslGuideone===false?*/} + {/* (*/} + {/* this.props.isAdmin()===true?*/} + {/* this.setwindowlocal(b)}*/} + {/* >*/} + {/* */} + {/* :""*/} + {/* )*/} + {/* :""*/} + {/*}*/}
diff --git a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js index 2ab4228bb..a438e78a8 100644 --- a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js +++ b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js @@ -580,7 +580,7 @@ class CoursesBanner extends Component {
  • - 邀请码 + 邀请码 {coursedata.code_halt === true? "已停用" : coursedata.invite_code} diff --git a/public/react/src/modules/courses/css/Courses.css b/public/react/src/modules/courses/css/Courses.css index b6388b1e7..7fae8115f 100644 --- a/public/react/src/modules/courses/css/Courses.css +++ b/public/react/src/modules/courses/css/Courses.css @@ -1649,3 +1649,17 @@ input.ant-input-number-input:focus { left: -95px; top:120px; } + +/*.yslnobinput input{*/ +/* width: 280px;*/ +/* height: 40px !important;*/ +/* background-color: #fafafa!important;*/ +/*}*/ +/*.yslnobinput .ant-input-number-input-wrap{*/ +/* width: 280px;*/ +/* height: 40px !important;*/ +/* background-color: #fafafa!important;*/ +/*}*/ +.yslinputcourput .ant-form-explain{ + padding-left: 0px !important; +} \ No newline at end of file diff --git a/public/react/src/modules/courses/new/CoursesNew.js b/public/react/src/modules/courses/new/CoursesNew.js index fc4719013..dc96c211f 100644 --- a/public/react/src/modules/courses/new/CoursesNew.js +++ b/public/react/src/modules/courses/new/CoursesNew.js @@ -1,5 +1,5 @@ import React, {Component} from "React"; -import {Form, Select, Input, Button, Checkbox, DatePicker,Spin,Icon,AutoComplete} from "antd"; +import {Form, Select, Input, Button, Checkbox, DatePicker,Spin,Icon,AutoComplete,InputNumber} from "antd"; import ApplyForAddOrgModal from '../../user/modal/ApplyForAddOrgModal'; import axios from 'axios'; import "../css/Courses.css"; @@ -539,7 +539,7 @@ class CoursesNew extends Component {
  • -
    +