Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
2499826b
Commit
2499826b
authored
May 28, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:修改外部课程,课程分类搜索框样式
parent
e203f497
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
src/modules/course-manage/video-course/components/VideoCourseFilter.jsx
+3
-3
src/modules/knowledge-base/modal/AddCourse.jsx
+3
-2
No files found.
src/modules/course-manage/video-course/components/VideoCourseFilter.jsx
View file @
2499826b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:11:57
* @Date: 2020-08-05 10:11:57
* @LastEditors: fusanqiasng
* @LastEditors: fusanqiasng
* @LastEditTime: 2021-05-28
16:18:56
* @LastEditTime: 2021-05-28
20:14:37
* @Description: 视频课-搜索模块
* @Description: 视频课-搜索模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -268,8 +268,8 @@ class VideoCourseFilter extends React.Component {
...
@@ -268,8 +268,8 @@ class VideoCourseFilter extends React.Component {
treeNodeFilterProp=
'categoryName'
treeNodeFilterProp=
'categoryName'
showSearch
showSearch
value=
{
categoryId
||
null
}
value=
{
categoryId
||
null
}
style=
{
{
w
idth
:
'calc(100% - 75px)'
}
}
style=
{
{
minW
idth
:
'calc(100% - 75px)'
}
}
dropdown
Style=
{
{
maxHeight
:
400
,
overflow
:
'auto'
}
}
dropdown
MatchSelectWidth=
{
false
}
treeData=
{
categoryList
}
treeData=
{
categoryList
}
placeholder=
'请选择课程分类'
placeholder=
'请选择课程分类'
allowClear
allowClear
...
...
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
2499826b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Author: zangsuyun
* @Date: 2021-03-13 09:54:26
* @Date: 2021-03-13 09:54:26
* @LastEditors: fusanqiasng
* @LastEditors: fusanqiasng
* @LastEditTime: 2021-05-28
15:35:33
* @LastEditTime: 2021-05-28
20:19:06
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -890,7 +890,8 @@ class AddCourse extends React.Component {
...
@@ -890,7 +890,8 @@ class AddCourse extends React.Component {
<
TreeSelect
<
TreeSelect
treeNodeFilterProp=
'categoryName'
treeNodeFilterProp=
'categoryName'
showSearch
showSearch
style=
{
{
width
:
'calc(100% - 75px)'
}
}
style=
{
{
minWidth
:
'calc(100% - 75px)'
}
}
dropdownMatchSelectWidth=
{
false
}
dropdownStyle=
{
{
maxHeight
:
400
,
overflow
:
'auto'
}
}
dropdownStyle=
{
{
maxHeight
:
400
,
overflow
:
'auto'
}
}
treeData=
{
videoCourseDivision
===
'internal'
?
categoryList
:
categoryListExternal
}
treeData=
{
videoCourseDivision
===
'internal'
?
categoryList
:
categoryListExternal
}
placeholder=
'请选择课程类型'
placeholder=
'请选择课程类型'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment