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
145d1ab0
Commit
145d1ab0
authored
Mar 25, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:优化样式
parent
4f29f5ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/modules/course-manage/components/GraphicsEditor.less
+4
-3
src/modules/plan-manage/components/BasicInfo.jsx
+1
-1
No files found.
src/modules/course-manage/components/GraphicsEditor.less
View file @
145d1ab0
...
...
@@ -28,7 +28,7 @@
.w-e-text-container {
border: none !important;
height: ~'calc(100% - 10
1
px)' !important;
height: ~'calc(100% - 10
9
px)' !important;
}
.editor-tips {
...
...
@@ -40,13 +40,13 @@
}
.w-e-full-screen-editor {
.w-e-text-container {
height: ~'calc(100vh - 10
1
px)' !important;
height: ~'calc(100vh - 10
9
px)' !important;
}
}
&.introduce {
height: 200px;
.w-e-text-container {
height: ~'calc(100% - 6
1
px)' !important;
height: ~'calc(100% - 6
9
px)' !important;
}
}
}
\ No newline at end of file
src/modules/plan-manage/components/BasicInfo.jsx
View file @
145d1ab0
...
...
@@ -292,7 +292,7 @@ class BasicInfo extends React.Component{
</
Col
>
</
Row
>
<
Row
>
<
Col
span=
{
8
}
>
<
Col
span=
{
24
}
>
<
Radio
value=
"Assign_Operate"
>
指定运营师
<
span
className=
"playback__text"
>
仅被选择的运营师有权限可见
</
span
>
...
...
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