Commit 71787ab0 by zhangleyuan

feat:处理创建直播课和创建视频课的间距

parent bcc37681
.add-live-page { .add-live-page {
position:relative;
.box { .box {
margin-bottom: 66px !important; margin-bottom: 66px !important;
} }
......
.add-video-course-page { .add-video-course-page {
position:relative;
.box{ .box{
margin-bottom:16px !important; margin-bottom:66px !important;
} }
.ant-radio-group { .ant-radio-group {
display: flex; display: flex;
......
...@@ -20,7 +20,7 @@ class WatchDataModal extends React.Component { ...@@ -20,7 +20,7 @@ class WatchDataModal extends React.Component {
this.state = { this.state = {
visible:true, visible:true,
dataSource:[], dataSource:[],
size:10, size:1,
query: { query: {
current: 1, current: 1,
}, },
...@@ -129,7 +129,7 @@ class WatchDataModal extends React.Component { ...@@ -129,7 +129,7 @@ class WatchDataModal extends React.Component {
maskClosable={false} maskClosable={false}
className="watch-data-modal" className="watch-data-modal"
closable={true} closable={true}
width={720} width={800}
> >
<div className="search-container"> <div className="search-container">
<Search placeholder="搜索用户姓名/手机号" style={{ width: 200 }} onChange={(e) => { this.handleChangNickname(e.target.value)}} onSearch={ () => { this.handleFetchDataList()}} /> <Search placeholder="搜索用户姓名/手机号" style={{ width: 200 }} onChange={(e) => { this.handleChangNickname(e.target.value)}} onSearch={ () => { this.handleFetchDataList()}} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment