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
5fb21f04
Commit
5fb21f04
authored
May 27, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:默认图替换
parent
d0110bc0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
10 deletions
+6
-10
src/modules/course-manage/graphics-course/components/GraphicsCourseList.less
+2
-3
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
+2
-2
src/modules/course-manage/offline-course/AddOfflineCourse.less
+0
-1
src/modules/course-manage/video-course/components/VideoCourseList.less
+0
-1
src/modules/plan-manage/AddPlan.jsx
+2
-2
src/modules/plan-manage/components/BasicInfo.less
+0
-1
No files found.
src/modules/course-manage/graphics-course/components/GraphicsCourseList.less
View file @
5fb21f04
...
...
@@ -51,12 +51,11 @@
display: flex;
.course-cover {
min-width: 97px;
max-width: 97px;
width: 97px;
height: 50px;
border-radius: 2px;
margin-right: 8px;
background-color: #666
;
object-fit: contain
;
}
.course-name {
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
View file @
5fb21f04
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:07:47
* @LastEditors: wufan
* @LastEditTime: 2021-05-2
5 20:00:1
8
* @LastEditTime: 2021-05-2
7 19:25:4
8
* @Description: 线下课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -41,7 +41,7 @@ import MultipleDatePicker from '@/components/MultipleDatePicker';
import
'./AddOfflineCourse.less'
;
const
{
Option
}
=
Select
;
const
defaultCoverUrl
=
'https://image.xiaomaiketang.com/xm/
YNfi45JwFA
.png'
;
const
defaultCoverUrl
=
'https://image.xiaomaiketang.com/xm/
pxbWKsYA87
.png'
;
let
cutFlag
=
false
;
const
unitList
=
[
{
key
:
'HOUR'
,
value
:
'小时'
},
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.less
View file @
5fb21f04
...
...
@@ -177,7 +177,6 @@
width: 100%;
height: 100%;
object-fit: contain;
border: 1px solid #E8e8e8;
}
}
...
...
src/modules/course-manage/video-course/components/VideoCourseList.less
View file @
5fb21f04
...
...
@@ -56,7 +56,6 @@
height: 50px;
border-radius: 2px;
margin-right: 8px;
background-color: #666;
}
.course-name {
...
...
src/modules/plan-manage/AddPlan.jsx
View file @
5fb21f04
...
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:13:39
* @LastEditors: wufan
* @LastEditTime: 2021-05-2
4 11:32:3
2
* @LastEditTime: 2021-05-2
7 19:36:1
2
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -17,7 +17,7 @@ import PlanService from '@/domains/plan-domain/planService'
import
User
from
'@/common/js/user'
;
import
_
from
"underscore"
;
import
'./AddPlan.less'
const
defaultCover
=
'https://image.xiaomaiketang.com/xm/
YNfi45JwFA
.png'
;
const
defaultCover
=
'https://image.xiaomaiketang.com/xm/
rEAetaTEh3
.png'
;
const
defaultBasicData
=
{
planName
:
""
,
coverUrl
:
defaultCover
,
...
...
src/modules/plan-manage/components/BasicInfo.less
View file @
5fb21f04
...
...
@@ -40,7 +40,6 @@
width: 100%;
height: 100%;
object-fit: contain;
border: 1px solid #E8e8e8;
}
}
.opt-btns{
...
...
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