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
bcc37681
Commit
bcc37681
authored
Jan 26, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:讲课件管理的空白图换成动图
parent
9743c401
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
src/core/antd.less
+5
-0
src/modules/course-manage/AddLive.less
+1
-1
src/modules/course-manage/video-course/components/VideoCourseList.jsx
+3
-3
src/modules/course-manage/video-course/components/VideoCourseList.less
+0
-1
No files found.
src/core/antd.less
View file @
bcc37681
...
...
@@ -642,3 +642,7 @@ mr0 {
{
border-right:none !important;
}
.ant-table tbody tr:nth-child(2n) td{
background: #FAFAFA !important;
}
\ No newline at end of file
src/modules/course-manage/AddLive.less
View file @
bcc37681
...
...
@@ -37,7 +37,7 @@
}
.add-live__intro-info {
margin-left: 0;
padding-left:
24
px;
padding-left:
16
px;
.label {
width: 100px;
text-align: right;
...
...
src/modules/course-manage/video-course/components/VideoCourseList.jsx
View file @
bcc37681
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-25 2
0:12:47
* @LastEditTime: 2021-01-25 2
1:51:42
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -136,7 +136,7 @@ class VideoCourseList extends React.Component {
},
{
title
:
"观看用户数"
,
width
:
"10%"
,
width
:
130
,
key
:
"watchUserCount"
,
dataIndex
:
"watchUserCount"
,
render
:
(
val
,
item
)
=>
{
...
...
@@ -169,7 +169,7 @@ class VideoCourseList extends React.Component {
title
:
'操作'
,
key
:
'operate'
,
dataIndex
:
'operate'
,
width
:
2
56
,
width
:
2
10
,
fixed
:
'right'
,
render
:
(
val
,
record
)
=>
{
return
(
...
...
src/modules/course-manage/video-course/components/VideoCourseList.less
View file @
bcc37681
...
...
@@ -5,7 +5,6 @@
color: #5289FA;
cursor: pointer;
}
.operate {
display: flex;
...
...
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