Commit b73c887b by zhangleyuan

style:处理UI样式

parent 7ca14993
......@@ -159,13 +159,11 @@ class LiveCourseFilter extends React.Component {
<div className="search-condition__item">
<span className="search-name">直播名称:</span>
<Search
suffixIcon={<span class="icon iconfont">&#xe838;</span>}
value={courseName}
placeholder="搜索直播名称"
onChange={(e) => { this.handleChangeQuery('courseName', e.target.value)}}
onSearch={ () => { this.props.onChange(this.state.query) } }
style={{ width: "calc(100% - 70px)" }}
/>
</div>
<div className="search-condition__item">
......@@ -177,7 +175,6 @@ class LiveCourseFilter extends React.Component {
format={"YYYY-MM-DD"}
onChange={(dates) => { this.handleChangeDates(dates) }}
style={{ width: "calc(100% - 70px)" }}
/>
</div>
{ User.getUserRole()!=="CloudLecturer" &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment