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
5603cf60
Commit
5603cf60
authored
May 30, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:UI验收2样式调整
parent
07276b70
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
23 deletions
+28
-23
src/modules/course-manage/components/LiveCourseList.jsx
+1
-1
src/modules/course-manage/offline-course/AddOfflineCourse.less
+1
-1
src/modules/knowledge-base/components/Classification.jsx
+2
-3
src/modules/knowledge-base/components/Classification.less
+2
-2
src/modules/knowledge-base/index.jsx
+3
-3
src/modules/knowledge-base/modal/AddCourse.jsx
+6
-3
src/modules/knowledge-base/modal/LiveList.jsx
+4
-3
src/modules/knowledge-base/modal/VideoList.jsx
+3
-2
src/modules/plan-manage/modal/relatedCourseModal.jsx
+5
-4
src/modules/teach-tool/components/CourseCategorySiderTree.less
+1
-1
No files found.
src/modules/course-manage/components/LiveCourseList.jsx
View file @
5603cf60
...
...
@@ -32,7 +32,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
2966FF
"
,
color
:
"#
FFB129
"
,
},
STARTING
:
{
code
:
2
,
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.less
View file @
5603cf60
...
...
@@ -110,7 +110,7 @@
.select-day {
margin-bottom: 4px;
.mark-day {
color: #
FFB714
;
color: #
2966FF
;
}
}
}
...
...
src/modules/knowledge-base/components/Classification.jsx
View file @
5603cf60
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-19 18:05:23
* @LastEditors:
yuananting
* @LastEditTime: 2021-0
4-15 21:46:41
* @LastEditors:
wufan
* @LastEditTime: 2021-0
5-30 10:23:08
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -193,7 +193,6 @@ class Classification extends Component {
className=
"sider-search"
placeholder=
"搜索名称分类"
onSearch=
{
(
value
)
=>
{
// TODO 调用查询分类接口
this
.
queryCategoryTree
(
value
);
}
}
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
...
...
src/modules/knowledge-base/components/Classification.less
View file @
5603cf60
...
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Date: 2021-03-19 18:16:58
* @LastEditors: wufan
* @LastEditTime: 2021-05-
28 15:14:09
* @LastEditTime: 2021-05-
30 10:19:47
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -25,7 +25,7 @@
}
.sider-tree {
width: 2
66
px;
width: 2
44
px;
overflow: scroll;
height: ~'calc(100vh - 300px)';
.empty-tree-tip {
...
...
src/modules/knowledge-base/index.jsx
View file @
5603cf60
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-12 10:43:10
* @LastEditors:
zangsuyu
n
* @LastEditTime: 2021-0
4-10 16:39:3
0
* @LastEditors:
wufa
n
* @LastEditTime: 2021-0
5-30 10:24:5
0
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
import
React
from
"react"
;
...
...
@@ -97,7 +97,7 @@ export default class KnowledgeBase extends React.Component {
className=
"liner"
style=
{
{
backgroundColor
:
"rgb(238, 238, 238)"
,
width
:
0.5
,
margin
:
"1px 16px 1px 2px"
}
}
></
div
>
<
div
className=
"right"
style=
{
{
width
:
"calc(100% - 2
8
5px)"
}
}
>
<
div
className=
"right"
style=
{
{
width
:
"calc(100% - 2
6
5px)"
}
}
>
<
KnowledgeBaseFilter
onChange=
{
this
.
handleFetchScheduleList
}
/>
{
/* 操作模块 */
}
...
...
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
5603cf60
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-13 09:54:26
* @LastEditors:
zangsuyu
n
* @LastEditTime: 2021-0
4-07 11:56:10
* @LastEditors:
wufa
n
* @LastEditTime: 2021-0
5-30 10:44:49
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -37,7 +37,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
2966FF
"
,
color
:
"#
FFB129
"
,
},
STARTING
:
{
code
:
2
,
...
...
@@ -256,6 +256,7 @@ class AddCourse extends React.Component {
cursor
:
"pointer"
,
color
:
"#bfbfbf"
,
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

...
...
@@ -359,6 +360,7 @@ class AddCourse extends React.Component {
cursor
:
"pointer"
,
color
:
"#bfbfbf"
,
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

...
...
@@ -434,6 +436,7 @@ class AddCourse extends React.Component {
cursor
:
"pointer"
,
color
:
"#bfbfbf"
,
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

...
...
src/modules/knowledge-base/modal/LiveList.jsx
View file @
5603cf60
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-13 14:38:49
* @LastEditors:
zangsuyu
n
* @LastEditTime: 2021-0
3-16 15:20:51
* @LastEditors:
wufa
n
* @LastEditTime: 2021-0
5-30 10:08:02
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -22,7 +22,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
2966FF
"
,
color
:
"#
FFB129
"
,
},
STARTING
:
{
code
:
2
,
...
...
@@ -107,6 +107,7 @@ class LiveList extends React.Component {
cursor
:
"pointer"
,
color
:
"#bfbfbf"
,
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

...
...
src/modules/knowledge-base/modal/VideoList.jsx
View file @
5603cf60
...
...
@@ -2,8 +2,8 @@
* @Description:
* @Author: zangsuyun
* @Date: 2021-03-13 11:48:24
* @LastEditors:
zangsuyu
n
* @LastEditTime: 2021-0
4-01 11:58:46
* @LastEditors:
wufa
n
* @LastEditTime: 2021-0
5-30 10:08:09
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -105,6 +105,7 @@ class VideoList extends React.Component {
cursor
:
"pointer"
,
color
:
"#bfbfbf"
,
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

...
...
src/modules/plan-manage/modal/relatedCourseModal.jsx
View file @
5603cf60
...
...
@@ -15,7 +15,7 @@ const courseStateShow = {
UN_START
:
{
code
:
1
,
title
:
"待开课"
,
color
:
"#
2966FF
"
,
color
:
"#
FFB129
"
,
},
STARTING
:
{
code
:
2
,
...
...
@@ -232,7 +232,8 @@ class SelectOperatorModal extends React.Component {
parseLiveColumns
=
()
=>
{
const
columns
=
[
{
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
></
span
>,
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
,
fontWeight
:
"400"
}
}
>

</
i
></
Tooltip
></
span
>,
key
:
'course'
,
dataIndex
:
'course'
,
width
:
'40%'
,
...
...
@@ -299,7 +300,7 @@ class SelectOperatorModal extends React.Component {
parseVideoColumns
=
()
=>
{
const
columns
=
[
{
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
></
span
>,
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
,
fontWeight
:
"400"
}
}
>

</
i
></
Tooltip
></
span
>,
key
:
'course'
,
dataIndex
:
'course'
,
width
:
'60%'
,
...
...
@@ -351,7 +352,7 @@ class SelectOperatorModal extends React.Component {
parsePictureColumns
=
()
=>
{
const
columns
=
[
{
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
></
span
>,
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
,
fontWeight
:
"400"
}
}
>

</
i
></
Tooltip
></
span
>,
key
:
'course'
,
dataIndex
:
'course'
,
width
:
'55%'
,
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.less
View file @
5603cf60
...
...
@@ -17,7 +17,7 @@
}
.sider-tree {
width: 24
0
px;
width: 24
4
px;
overflow: scroll;
height: calc(100vh - 300px);
.empty-tree-tip {
...
...
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