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
71787ab0
Commit
71787ab0
authored
Jan 26, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理创建直播课和创建视频课的间距
parent
bcc37681
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
src/modules/course-manage/AddLive.less
+1
-0
src/modules/course-manage/video-course/AddVideoCourse.less
+2
-1
src/modules/course-manage/video-course/modal/WatchDataModal.jsx
+2
-2
No files found.
src/modules/course-manage/AddLive.less
View file @
71787ab0
.add-live-page {
position:relative;
.box {
margin-bottom: 66px !important;
}
...
...
src/modules/course-manage/video-course/AddVideoCourse.less
View file @
71787ab0
.add-video-course-page {
position:relative;
.box{
margin-bottom:
1
6px !important;
margin-bottom:
6
6px !important;
}
.ant-radio-group {
display: flex;
...
...
src/modules/course-manage/video-course/modal/WatchDataModal.jsx
View file @
71787ab0
...
...
@@ -20,7 +20,7 @@ class WatchDataModal extends React.Component {
this
.
state
=
{
visible
:
true
,
dataSource
:[],
size
:
1
0
,
size
:
1
,
query
:
{
current
:
1
,
},
...
...
@@ -129,7 +129,7 @@ class WatchDataModal extends React.Component {
maskClosable=
{
false
}
className=
"watch-data-modal"
closable=
{
true
}
width=
{
72
0
}
width=
{
80
0
}
>
<
div
className=
"search-container"
>
<
Search
placeholder=
"搜索用户姓名/手机号"
style=
{
{
width
:
200
}
}
onChange=
{
(
e
)
=>
{
this
.
handleChangNickname
(
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
handleFetchDataList
()}
}
/>
...
...
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