Commit ca0e4096 by maolipeng

fix:fafsasada

parent 69698abf
...@@ -131,7 +131,7 @@ class LiveCourseList extends React.Component { ...@@ -131,7 +131,7 @@ class LiveCourseList extends React.Component {
columns = [ columns = [
{ {
title: '直播课', title: '直播课',
width: '23%', width: '260px',
key: 'course', key: 'course',
fixed: 'left', fixed: 'left',
dataIndex: 'courseName', dataIndex: 'courseName',
...@@ -317,7 +317,7 @@ class LiveCourseList extends React.Component { ...@@ -317,7 +317,7 @@ class LiveCourseList extends React.Component {
}, },
{ {
title: '创建时间', title: '创建时间',
width: '9%', width: '170px',
key: 'created', key: 'created',
dataIndex: 'created', dataIndex: 'created',
sorter: true, sorter: true,
...@@ -463,7 +463,7 @@ class LiveCourseList extends React.Component { ...@@ -463,7 +463,7 @@ class LiveCourseList extends React.Component {
columns = [ columns = [
{ {
title: '直播课', title: '直播课',
width: '25%', width: '260px',
key: 'course', key: 'course',
dataIndex: 'courseName', dataIndex: 'courseName',
render: (val, record) => { render: (val, record) => {
...@@ -591,7 +591,7 @@ class LiveCourseList extends React.Component { ...@@ -591,7 +591,7 @@ class LiveCourseList extends React.Component {
}, },
{ {
title: '创建时间', title: '创建时间',
width: '9%', width: '170px',
key: 'created', key: 'created',
dataIndex: 'created', dataIndex: 'created',
sorter: true, sorter: true,
...@@ -793,7 +793,14 @@ class LiveCourseList extends React.Component { ...@@ -793,7 +793,14 @@ class LiveCourseList extends React.Component {
if (!isWorkWx()) { if (!isWorkWx()) {
Modal.warning({ Modal.warning({
title: '提示', title: '提示',
content: "请使用企业微信进入直播间" content: ()=> {
return (
<>
<div>请使用企业微信进入直播间</div>
<div style={{color:"#999999"}}>备注:Mac版企业微信暂不支持进入直播间</div>
</>
)
}
}) })
return return
} }
......
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