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
2b2c07bf
Commit
2b2c07bf
authored
Aug 02, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhangleyuan/20210802/video-show' into rc
parents
d7ee39a1
ffb147bc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
10 deletions
+3
-10
src/index.html
+0
-0
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
+0
-5
src/modules/course-manage/video-course/AddVideoCourse.jsx
+0
-0
src/modules/resource-disk/modal/ScanFileModal.jsx
+1
-1
src/modules/teach-tool/components/CourseCategorySiderTree.less
+2
-4
No files found.
src/index.html
View file @
2b2c07bf
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
View file @
2b2c07bf
...
@@ -313,11 +313,6 @@ class GraphicsCourseList extends React.Component {
...
@@ -313,11 +313,6 @@ class GraphicsCourseList extends React.Component {
//改变上架状态
//改变上架状态
changeShelfState
=
(
index
,
item
,
checked
)
=>
{
changeShelfState
=
(
index
,
item
,
checked
)
=>
{
let
_shelfState
=
checked
?
'YES'
:
'NO'
let
_shelfState
=
checked
?
'YES'
:
'NO'
// if(_shelfState==='NO'){
// _shelfState = "YES";
// }else{
// _shelfState = "NO"
// }
const
params
=
{
const
params
=
{
courseId
:
item
.
id
,
courseId
:
item
.
id
,
shelfState
:
_shelfState
,
shelfState
:
_shelfState
,
...
...
src/modules/course-manage/video-course/AddVideoCourse.jsx
View file @
2b2c07bf
This diff is collapsed.
Click to expand it.
src/modules/resource-disk/modal/ScanFileModal.jsx
View file @
2b2c07bf
...
@@ -34,7 +34,7 @@ class ScanFileModal extends React.Component {
...
@@ -34,7 +34,7 @@ class ScanFileModal extends React.Component {
style=
{
{
width
:
632
,
objectFit
:
"cover"
}
}
style=
{
{
width
:
632
,
objectFit
:
"cover"
}
}
/>
/>
)
}
)
}
{
fileType
===
"VIDEO"
&&
(
{
(
fileType
===
"VIDEO"
||
fileType
===
"MP4"
)
&&
(
<
div
>
<
div
>
<
Player
<
Player
src=
{
item
.
mediaUrl
||
item
.
ossAddress
||
item
.
ossUrl
}
src=
{
item
.
mediaUrl
||
item
.
ossAddress
||
item
.
ossUrl
}
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.less
View file @
2b2c07bf
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
text-align: center;
text-align: center;
margin-top: 100%;
margin-top: 100%;
.empty-tree-btn {
.empty-tree-btn {
color: #2966
FF
;
color: #2966
ff
;
cursor: pointer;
cursor: pointer;
}
}
}
}
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
font-weight: 400;
font-weight: 400;
color: #666666;
color: #666666;
width: 234px;
width: 234px;
// overflow-x: scroll;
// overflow-y: hidden;
.anticon {
.anticon {
color: #999999;
color: #999999;
}
}
...
@@ -52,7 +50,7 @@
...
@@ -52,7 +50,7 @@
white-space: nowrap;
white-space: nowrap;
}
}
.ant-tree-node-content-wrapper.ant-tree-node-selected {
.ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #2966
FF
;
color: #2966
ff
;
}
}
}
}
.ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected:hover::before,
...
...
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