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
1ad00ca4
Commit
1ad00ca4
authored
Mar 25, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/chenshu/graphics' into gray
parents
f3e0cef2
4f29f5ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
src/modules/course-manage/components/GraphicsEditor.less
+4
-3
src/modules/course-manage/graphics-course/components/AddGraphicsIntro.jsx
+3
-3
src/modules/course-manage/graphics-course/components/GraphicsCourseFilter.less
+2
-0
No files found.
src/modules/course-manage/components/GraphicsEditor.less
View file @
1ad00ca4
...
...
@@ -28,7 +28,7 @@
.w-e-text-container {
border: none !important;
height: ~'calc(100% -
8
1px)' !important;
height: ~'calc(100% -
10
1px)' !important;
}
.editor-tips {
...
...
@@ -40,13 +40,13 @@
}
.w-e-full-screen-editor {
.w-e-text-container {
height: ~'calc(100vh -
8
1px)' !important;
height: ~'calc(100vh -
10
1px)' !important;
}
}
&.introduce {
height: 200px;
.w-e-text-container {
height: ~'calc(100% -
4
1px)' !important;
height: ~'calc(100% -
6
1px)' !important;
}
}
}
\ No newline at end of file
src/modules/course-manage/graphics-course/components/AddGraphicsIntro.jsx
View file @
1ad00ca4
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-07-16 11:05:17
* @Last Modified by: chenshu
* @Last Modified time: 2021-03-2
4 14:40:40
* @Last Modified time: 2021-03-2
5 11:25:02
* @Description: 添加直播-简介
*/
...
...
@@ -166,8 +166,8 @@ class AddGraphicsIntro extends React.Component {
</
Col
>
<
Col
span=
{
21
}
>
<
div
className=
"desc"
>
<
div
>
开启:图文课将在用户学
员
表中展示
</
div
>
<
div
>
关闭:图文课将在用户学
员
表中隐藏
</
div
>
<
div
>
开启:图文课将在用户学
院图文课列
表中展示
</
div
>
<
div
>
关闭:图文课将在用户学
院图文课列
表中隐藏
</
div
>
</
div
>
</
Col
>
</
Row
>
...
...
src/modules/course-manage/graphics-course/components/GraphicsCourseFilter.less
View file @
1ad00ca4
...
...
@@ -22,6 +22,8 @@
width: 30%;
margin-right: 3%;
margin-bottom: 12px;
align-items: center;
display: flex;
.search-name{
vertical-align: middle;
}
...
...
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