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
d0110bc0
Commit
d0110bc0
authored
May 27, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:文字链颜色修改
parent
9102aa5d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
src/modules/course-manage/components/AddLiveBasic.less
+1
-1
src/modules/course-manage/graphics-course/AddGraphicsCourse.jsx
+3
-3
src/modules/course-manage/graphics-course/AddGraphicsCourse.less
+2
-1
src/modules/course-manage/modal/RelatedPlanModal.less
+1
-1
No files found.
src/modules/course-manage/components/AddLiveBasic.less
View file @
d0110bc0
...
...
@@ -42,7 +42,7 @@
width: 100%;
height: 100%;
object-fit: contain;
border
: 1px solid #E8e8e8
;
border
-radius: 4px
;
}
}
...
...
src/modules/course-manage/graphics-course/AddGraphicsCourse.jsx
View file @
d0110bc0
/*
* @Author: 吴文洁
* @Date: 2020-08-05 10:07:47
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2021-05-2
5 17:42:10
* @LastEditors:
wufan
* @LastEditTime: 2021-05-2
7 16:37:28
* @Description: 图文课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -530,7 +530,7 @@ class AddGraphicsCourse extends React.Component {
const
courseWareIcon
=
FileVerifyMap
[
videoType
]
?
FileTypeIcon
[
FileVerifyMap
[
videoType
].
type
]
:
FileTypeIcon
[
videoType
];
return
(
<
div
className=
"page add-
video
-course-page"
>
<
div
className=
"page add-
graphics
-course-page"
>
<
Breadcrumbs
navList=
{
pageType
===
"add"
?
"新建图文课"
:
"编辑图文课"
}
goBack=
{
this
.
handleGoBack
}
...
...
src/modules/course-manage/graphics-course/AddGraphicsCourse.less
View file @
d0110bc0
.add-
video
-course-page {
.add-
graphics
-course-page {
position:relative !important;
.box{
margin-bottom:52px !important;
...
...
@@ -80,6 +80,7 @@
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 4px;
}
}
.empty-img {
...
...
src/modules/course-manage/modal/RelatedPlanModal.less
View file @
d0110bc0
...
...
@@ -22,7 +22,7 @@
margin-right:30px;
}
.clear{
color:#
BFBFB
F;
color:#
2966F
F;
font-size:14px;
}
...
...
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